create all proj components also build main screen ui also create sambil dashbord
This commit is contained in:
8
app/home/page.tsx
Normal file
8
app/home/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Topbar } from "../components/layout/Topbar";
|
||||
|
||||
export default function HomePage() {
|
||||
return <section className="">Home
|
||||
|
||||
<Topbar/>
|
||||
</section>;
|
||||
}
|
||||
Reference in New Issue
Block a user