From 8e362e1a0202c71b2ad3f1593e41e57505c82c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 22 Jan 2022 14:58:23 +0400 Subject: [PATCH] Remove KatKayLa --- pages/index.js | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/pages/index.js b/pages/index.js index d157a46..a01c8ae 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,17 +1,9 @@ -import PropTypes from 'prop-types' -import {Container, Grid, Typography, Box} from '@mui/material' +import {Container, Typography, Box} from '@mui/material' -import KatKayLa from '../components/kat-kay-la' import HeadLayout from '../components/head-layout' import Footer from '../components/footer' -import {jwennTeksKantite, jwennAwtisKantite} from '../lib/oki-api' - -export default function Home({kantiteAwtis, kantiteTeks}) { - const kantite = [ - {id: 1, tit: 'Textes', kantite: kantiteTeks, route: '/teks'}, - {id: 2, tit: 'Artistes', kantite: kantiteAwtis, route: '/awtis?paj&paj=1'} - ] +export default function Home() { return ( @@ -24,31 +16,9 @@ export default function Home({kantiteAwtis, kantiteTeks}) { Organisation KA Internationale - - {kantite.map(k => )} -