diff --git a/components/teks/teks.js b/components/teks/teks.js index ee78456..e8159aa 100644 --- a/components/teks/teks.js +++ b/components/teks/teks.js @@ -12,12 +12,10 @@ import { import {styled} from '@mui/material/styles' import MuiAlert from '@mui/material/Alert' import ExplicitIcon from '@mui/icons-material/Explicit' -import {useSession} from 'next-auth/react' import {formatJsonString} from '../../lib/utils/format' import VweKomante from '../komante/vwe-komante' -import Dekoneksyon from '../sesyon/dekoneksyon' import EntegreMizik from './entegre-mizik' import OkiMizik from './oki-mizik' @@ -124,7 +122,6 @@ const ExplicitTooltip = Tooltip export default function Teks({anTeks, komante, open, success, error, setSuccess, setError, handleClose}) { const isMobile = useMediaQuery('(max-width:800px)') - const {data: session} = useSession() const langArray = langToArray(anTeks) const awtis = anTeks.awtis.map(({alias}) => alias) @@ -133,13 +130,13 @@ export default function Teks({anTeks, komante, open, success, error, setSuccess,