Updated the Home.jsx
This commit is contained in:
parent
910c23f83a
commit
56fb3df920
@ -1,5 +1,7 @@
|
||||
import Header from "@/pages/Home/sections/Header";
|
||||
import Access from "@/pages/Home/sections/Access";
|
||||
import Safety from "@/pages/Home/sections/Safety";
|
||||
import Integrate from "@/pages/Home/sections/Integrate";
|
||||
|
||||
export const Home = () => {
|
||||
return (
|
||||
@ -8,6 +10,9 @@ export const Home = () => {
|
||||
|
||||
<Access />
|
||||
|
||||
<Safety />
|
||||
|
||||
<Integrate />
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user