diff --git a/elm-git.json b/elm-git.json index 2259f8a..e25961d 100644 --- a/elm-git.json +++ b/elm-git.json @@ -1,7 +1,7 @@ { "git-dependencies": { "direct": { - "https://github.com/unisonweb/ui-core": "445be2d414b3067d82b2d5e1f66a40ad57b096c0" + "https://github.com/unisonweb/ui-core": "22262eced679682c67c3d9a7c75d31b5a39ef9e7" }, "indirect": {} } diff --git a/elm.json b/elm.json index f103f01..dc2955e 100644 --- a/elm.json +++ b/elm.json @@ -48,4 +48,4 @@ }, "indirect": {} } -} +} \ No newline at end of file diff --git a/src/UnisonLocal/ProjectName.elm b/src/UnisonLocal/ProjectName.elm index 900b27c..59d195f 100644 --- a/src/UnisonLocal/ProjectName.elm +++ b/src/UnisonLocal/ProjectName.elm @@ -1,6 +1,6 @@ module UnisonLocal.ProjectName exposing (..) -import Code.Project.ProjectSlug as ProjectSlug exposing (ProjectSlug) +import Code.ProjectSlug as ProjectSlug exposing (ProjectSlug) import Json.Decode as Decode import Lib.UserHandle as UserHandle exposing (UserHandle) import Lib.Util as Util diff --git a/src/UnisonLocal/Route.elm b/src/UnisonLocal/Route.elm index 2585fee..7996b72 100644 --- a/src/UnisonLocal/Route.elm +++ b/src/UnisonLocal/Route.elm @@ -24,7 +24,7 @@ import Code.FullyQualifiedName as FQN import Code.Hash as Hash import Code.HashQualified exposing (HashQualified(..)) import Code.Perspective as Perspective exposing (Perspective, PerspectiveParams(..)) -import Code.Project.ProjectSlug as ProjectSlug +import Code.ProjectSlug as ProjectSlug import Code.UrlParsers as UP exposing (b, branchRef, projectSlug, reference, s, slash, userHandle) import Lib.UserHandle as UserHandle import List.Nonempty as NEL