Implemented the Access section into the Home.jsx
This commit is contained in:
parent
e7324f7fb7
commit
b9487a024d
@ -1,9 +1,13 @@
|
|||||||
import Header from "@/pages/Home/sections/Header";
|
import Header from "@/pages/Home/sections/Header";
|
||||||
|
import Access from "@/pages/Home/sections/Access";
|
||||||
|
|
||||||
export const Home = () => {
|
export const Home = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Header/>
|
<Header/>
|
||||||
|
|
||||||
|
<Access />
|
||||||
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user