xsmall home header breakpoint
This commit is contained in:
+8
-1
@@ -1,3 +1,10 @@
|
||||
import HomeHeader from "./components/HomeHeader";
|
||||
|
||||
export default function Page() {
|
||||
return <></>;
|
||||
return (
|
||||
<>
|
||||
<HomeHeader />
|
||||
<main>{/* Your home page content will go here */}</main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user