Skip to content

Commit

Permalink
changed component page
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 19, 2024
1 parent 01e417a commit 1d362ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/components/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'use client';

export default function ComponentPage() {


return (
<main>


</main>
);
}

0 comments on commit 1d362ef

Please sign in to comment.