Add part9
This commit is contained in:
10
intro/part9/src/Page/Blank.elm
Normal file
10
intro/part9/src/Page/Blank.elm
Normal file
@@ -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