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

Separate apps: Unison Share & Unison Local #284

Merged
merged 2 commits into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/UnisonLocal.elm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module UnisonLocal exposing (..)

import App
import Browser
import Env exposing (Flags)
import PreApp
import UnisonLocal.App as App
import UnisonLocal.PreApp as PreApp


main : Program Flags PreApp.Model PreApp.Msg
Expand Down
Loading