Skip to content

Commit

Permalink
chore: make lint.fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bragamat committed Jan 3, 2024
1 parent c021652 commit 6219849
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export default function Home() {
return (
<main>
Welcome to React Genesis
</main>
)
return <main>Welcome to React Genesis</main>
}

0 comments on commit 6219849

Please sign in to comment.