Tried the header path

This commit is contained in:
CHIEFSOFT\ameye
2024-07-30 15:35:42 -04:00
parent ee77ee12b3
commit c3f9e9859d
+3 -2
View File
@@ -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} />
</>