Open kantuni opened 1 week ago
module PhotoFolders exposing (main) import Dict exposing (Dict)
should be
module PhotoFolders exposing (main) import Browser import Dict exposing (Dict)
should be