fix: corriger toutes les erreurs de lint restantes (263 -> 0)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {Suspense} from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import TeksDrawerLoader from '../../components/teks/teks-drawer-loader'
|
||||
import {CurrentTrackProvider} from '../../components/teks/current-track-context'
|
||||
import Loading from './loading'
|
||||
@@ -50,3 +51,7 @@ export default function PawolLayout({children}) {
|
||||
</CurrentTrackProvider>
|
||||
)
|
||||
}
|
||||
|
||||
PawolLayout.propTypes = {
|
||||
children: PropTypes.node.isRequired
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user