This repository was archived by the owner on Jul 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +1046
-7
lines changed Expand file tree Collapse file tree 6 files changed +1046
-7
lines changed Original file line number Diff line number Diff line change 1
1
module UnisonLocal exposing (..)
2
2
3
- import App
4
3
import Browser
5
4
import Env exposing (Flags )
6
- import PreApp
5
+ import UnisonLocal.App as App
6
+ import UnisonLocal.PreApp as PreApp
7
7
8
8
9
9
main : Program Flags PreApp .Model PreApp .Msg
Original file line number Diff line number Diff line change 1
- module App exposing (..)
1
+ module UnisonLocal. App exposing (..)
2
2
3
3
import Api
4
4
import Browser
Original file line number Diff line number Diff line change 1
- module PreApp exposing (..)
1
+ module UnisonLocal. PreApp exposing (..)
2
2
3
3
import Api exposing (ApiBasePath (..) , ApiRequest )
4
- import App
5
4
import Browser
6
5
import Browser.Navigation as Nav
7
6
import Env exposing (Flags )
@@ -10,6 +9,7 @@ import Html
10
9
import Http
11
10
import Perspective exposing (Perspective , PerspectiveParams )
12
11
import Route exposing (Route )
12
+ import UnisonLocal.App as App
13
13
import Url exposing (Url )
14
14
15
15
Original file line number Diff line number Diff line change 1
1
module UnisonShare exposing (..)
2
2
3
- import App
4
3
import Browser
5
4
import Env exposing (Flags )
6
- import PreApp
5
+ import UnisonShare.App as App
6
+ import UnisonShare.PreApp as PreApp
7
7
8
8
9
9
main : Program Flags PreApp .Model PreApp .Msg
You can’t perform that action at this time.
0 commit comments