Skip to content

Commit

Permalink
✨ make page to display Deiza's Component
Browse files Browse the repository at this point in the history
  • Loading branch information
daisy-of-the-valley committed Jul 20, 2024
1 parent ee688fe commit 6464311
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
5 changes: 5 additions & 0 deletions next/app/test/deiza/mycomponent/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import DeizaComponent from "@/components/dev/DeizaComponent";

export default function MyComponent() {
return <DeizaComponent />;
}
13 changes: 4 additions & 9 deletions next/app/test/nate/mycomponent/page.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
// import NateComponent from "@/components/dev/NateComponent";

// export default function MyComponent() {
// return <NateComponent />;
// }


import DeizaComponent from "@/components/dev/DeizaComponent";
import NateComponent from "@/components/dev/NateComponent";

export default function MyComponent() {
return <DeizaComponent />;
return <NateComponent />;
}



0 comments on commit 6464311

Please sign in to comment.