Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Nov 8, 2024
1 parent 191fb9b commit 864e87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/Generate.elm
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ perWeight (Generate.Directory directory) =
|> Elm.declaration iconName
|> Elm.withDocumentation (iconLink filename weight)
)
|> (::) makeBuilder.declaration
|> Elm.file [ "Phosphor", String.Extra.toSentenceCase weight ]
)

Expand Down

0 comments on commit 864e87a

Please sign in to comment.