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