test faq page
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
import React from 'react'
|
||||
import FooterHomeOne from '../components/FooterHomeOne';
|
||||
|
||||
function page() {
|
||||
return (
|
||||
<>
|
||||
<div>Faq Here</div>
|
||||
<FooterHomeOne className={undefined} />
|
||||
</>
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user