Tried the header path
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import FooterHomeOne from '../components/FooterHomeOne';
|
||||
|
||||
import HomeNav from '../components/navigation/HomeNav'
|
||||
// must be a better way to centralize the style = TEMPORARY USE
|
||||
import '../assets/css/bootstrap.min.css';
|
||||
import '../assets/css/custom-animated.css';
|
||||
@@ -13,7 +13,8 @@ import '../assets/css/style.css';
|
||||
|
||||
function page() {
|
||||
return (
|
||||
<>
|
||||
<>
|
||||
<HomeNav />
|
||||
<div>Terms Here</div>
|
||||
<FooterHomeOne className={undefined} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user