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

Commit

Permalink
Merge pull request #284 from unisonweb/separate-apps
Browse files Browse the repository at this point in the history
Separate apps: Unison Share & Unison Local
  • Loading branch information
hojberg committed Dec 3, 2021
2 parents 27eb2eb + d04433b commit f9e2d54
Show file tree
Hide file tree
Showing 6 changed files with 979 additions and 90 deletions.
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

0 comments on commit f9e2d54

Please sign in to comment.