feat: init base
This commit is contained in:
9
src/app/page.tsx
Normal file
9
src/app/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import {HomePage} from "@pages/home";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<HomePage />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user