restructure the code, learning from spa-example-app
This commit is contained in:
7
src/Page/LoggedOut.elm
Normal file
7
src/Page/LoggedOut.elm
Normal file
@@ -0,0 +1,7 @@
|
||||
module Page.LoggedOut exposing (view)
|
||||
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
|
||||
view =
|
||||
p [ class "header is-1" ] [ text "Loot-a-lot" ]
|
||||
Reference in New Issue
Block a user