Rename part5 to part8
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
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