delete "Html.", formatting

This commit is contained in:
DieMyst
2020-11-30 14:31:03 +03:00
parent 17fc387e8e
commit 47a8de2482
20 changed files with 170 additions and 158 deletions

View File

@ -1,7 +1,8 @@
module Blueprints.Model exposing (..)
type alias Blueprint =
{ dependencies: List String
, id: String
, name: String
}
{ dependencies : List String
, id : String
, name : String
}