test faq page

This commit is contained in:
CHIEFSOFT\ameye
2024-07-30 07:09:36 -04:00
parent f1534c7ddd
commit c1d2900241
+5
View File
@@ -1,8 +1,13 @@
import React from 'react'
import FooterHomeOne from '../components/FooterHomeOne';
function page() {
return (
<>
<div>Faq Here</div>
<FooterHomeOne className={undefined} />
</>
)
}