Skip to content

Commit

Permalink
chore: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rassi0429 committed Apr 4, 2024
1 parent 6e844e9 commit fcf93a6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/app/page.tsx

This file was deleted.

9 changes: 9 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
function IndexPage(){
return (
<div>
<h1>Resonite💛</h1>
</div>
);
}

export default IndexPage;
11 changes: 11 additions & 0 deletions src/pages/test.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


function Test() {
return (
<div>
<div>Test</div>
</div>
);
}

export default Test;

0 comments on commit fcf93a6

Please sign in to comment.