Skip to content

Commit

Permalink
bad format test for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sburchfield33 committed Feb 18, 2024
1 parent 238dae0 commit 1a66e9d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/app/private/[uid]/admin/elist/test/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
const Blah = () => {
return <button>blah</button>;
return <button>
















blah</button>;
};

export default Blah;

0 comments on commit 1a66e9d

Please sign in to comment.