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