mirror of
https://github.com/fluencelabs/dashboard
synced 2025-07-03 08:31:43 +00:00
delete "Html.", formatting
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user