diff --git a/components/kat-kay-la.js b/components/kat-kay-la.js index f135d97..4513952 100644 --- a/components/kat-kay-la.js +++ b/components/kat-kay-la.js @@ -2,7 +2,7 @@ import PropTypes from 'prop-types' import {useRouter} from 'next/router' import { Grid, - Button + Box } from '@mui/material' export default function KatKayLa({tit, kantite, route}) { @@ -10,9 +10,18 @@ export default function KatKayLa({tit, kantite, route}) { return ( - + ) }