Skip to content

Commit

Permalink
Update to latest ui-core
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Dec 22, 2023
1 parent 0560fa6 commit 996612d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elm-git.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"git-dependencies": {
"direct": {
"https://github.com/unisonweb/ui-core": "445be2d414b3067d82b2d5e1f66a40ad57b096c0"
"https://github.com/unisonweb/ui-core": "22262eced679682c67c3d9a7c75d31b5a39ef9e7"
},
"indirect": {}
}
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
},
"indirect": {}
}
}
}
2 changes: 1 addition & 1 deletion src/UnisonLocal/ProjectName.elm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/UnisonLocal/Route.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 996612d

Please sign in to comment.