Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Stillman committed Sep 7, 2023
1 parent 6ca7daf commit 461c8c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export default function Home() {

<Link href="/foobar">go to foobar page!</Link>
</div>

<h2>we're in dev!</h2>

<h2>we are in dev!</h2>
<NewsFeed />
</main>
);
Expand Down

0 comments on commit 461c8c3

Please sign in to comment.