Add ChecheAwtis to page awtis

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-21 17:56:56 +04:00
parent 5b617236cb
commit ed822a49a7
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -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} />)}