Skip to content

Browser import is missing in Listing 7.12 #45

Description

@kantuni
module PhotoFolders exposing (main)

import Dict exposing (Dict)

should be

module PhotoFolders exposing (main)

import Browser
import Dict exposing (Dict)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions