Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Remove unused perspective landing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Apr 6, 2022
1 parent 351e82c commit 52383e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Code/Config.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Code.Config exposing (..)

import Code.CodebaseApi exposing (ToApiEndpointUrl)
import Code.Perspective exposing (Perspective)
import Lib.Api exposing (ApiBasePath(..))
import Lib.Api exposing (ApiBasePath)
import Lib.OperatingSystem exposing (OperatingSystem)


Expand Down
4 changes: 2 additions & 2 deletions src/UnisonShare/PerspectiveLanding.elm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import Code.Definition.Reference exposing (Reference)
import Code.FullyQualifiedName as FQN exposing (FQN)
import Code.Namespace exposing (Namespace(..))
import Code.Perspective as Perspective exposing (Perspective)
import Html exposing (Html, a, article, div, h2, header, p, section, span, strong, text)
import Html.Attributes exposing (class, href, id, rel, target)
import Html exposing (Html, article, div, h2, header, p, section, span, text)
import Html.Attributes exposing (class, id)
import Lib.Util as Util
import RemoteData exposing (RemoteData(..))
import UI
Expand Down

0 comments on commit 52383e5

Please sign in to comment.