improve structure
This commit is contained in:
parent
a824d369dd
commit
c134b25950
6 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
import Header from '../components/Header'
|
||||
import ContactTmp from '../components/ContactTmp'
|
||||
import ContactPg from '../components/pages/Contact'
|
||||
import Footer from '../components/Footer'
|
||||
|
||||
export default function Contact() {
|
||||
|
@ -7,7 +7,7 @@ export default function Contact() {
|
|||
<div className="min-h-screen flex flex-col">
|
||||
<Header />
|
||||
<main className="flex-grow container mx-auto px-4 py-12">
|
||||
<ContactTmp />
|
||||
<ContactPg />
|
||||
</main>
|
||||
<Footer />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue