Add ChecheAwtis to page awtis
This commit is contained in:
@@ -3,6 +3,7 @@ import {Box, Container, Grid} from '@mui/material'
|
||||
|
||||
import {jwennAwtisPajinasyon} from '../../lib/oki-api'
|
||||
|
||||
import ChecheAwtis from '../../components/awtis/cheche-awtis'
|
||||
import AwtisKat from '../../components/awtis/awtis-kat'
|
||||
import Pajinasyon from '../../components/awtis/pajinasyon'
|
||||
import HeadLayout from '../../components/head-layout'
|
||||
@@ -25,6 +26,7 @@ export default function Awtis({errorCode, error404, errorMessage, pajTotal, awti
|
||||
<HeadLayout title='Awtis - Liste des artistes' tab={2} slug='awtis'>
|
||||
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
||||
<Pajinasyon pajTotal={pajTotal} paj={paj} />
|
||||
<ChecheAwtis />
|
||||
<Container sx={{marginBottom: 5, flexGrow: 100}}>
|
||||
<Grid container spacing={{xs: 2, md: 3}}>
|
||||
{awtisPouChakPaj.map(artiste => <AwtisKat key={artiste.id} artiste={artiste.attributes} />)}
|
||||
|
||||
Reference in New Issue
Block a user