Add part3
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module Page.Blank exposing (view)
|
||||
|
||||
import Html exposing (Html)
|
||||
|
||||
|
||||
view : { title : String, content : Html msg }
|
||||
view =
|
||||
{ title = ""
|
||||
, content = Html.text ""
|
||||
}
|
||||
Reference in New Issue
Block a user