Add & use HeadLayout
This commit is contained in:
+6
-3
@@ -1,10 +1,13 @@
|
||||
import axios from 'axios'
|
||||
|
||||
import Navigasyon from '../components/navigasyon'
|
||||
import HeadLayout from '../components/head-layout'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<Navigasyon selectedTab={0} />
|
||||
<HeadLayout tab={0}>
|
||||
<div>
|
||||
Kay-la
|
||||
</div>
|
||||
</HeadLayout>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user