Created the Home.jsx page
This commit is contained in:
9
src/pages/Home/Home.jsx
Normal file
9
src/pages/Home/Home.jsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import Header from "@/pages/Home/sections/Header";
|
||||||
|
|
||||||
|
export const Home = () => {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<Header />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
Reference in New Issue
Block a user