mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
so much stuff???
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
import { Hero } from "@/components/landing/hero";
|
||||
import { Header } from "@/components/header";
|
||||
|
||||
export default function Home() {
|
||||
return <div>Hello World</div>;
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
<Header />
|
||||
<Hero />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user