Skip to content

Commit

Permalink
fix: 🐛 self-closing tag div no scaffdog da Page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosvaz-opah committed Jan 21, 2021
1 parent 04c4392 commit c50a56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scaffdog/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface I{{ input | pascal }}Props {}

export const {{ input | pascal }}: React.FC<I{{ input | pascal }}Props> = (): JSX.Element => {
return (
<div></div>
<div />
)
}

Expand Down

0 comments on commit c50a56f

Please sign in to comment.