Skip to content

Commit

Permalink
✨ make page to display Krish's Component
Browse files Browse the repository at this point in the history
  • Loading branch information
kk7-py committed Aug 7, 2024
1 parent f2a6277 commit ea52186
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next/app/test/krish/mycomponent/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import KrishComponent from "@/components/dev/KrishComponent";

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

0 comments on commit ea52186

Please sign in to comment.