diff --git a/pages/_app.js b/pages/_app.js index 2c097c6..a979f3c 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -8,6 +8,7 @@ import {CacheProvider} from '@emotion/react' import {grey, green, red} from '@mui/material/colors' import NProgress from 'nprogress' import createEmotionCache from '../lib/create-emotion-cache' +import {ParolesListContextProvider} from '../contexts/paroles-list' import '@fontsource/roboto/300.css' import '@fontsource/roboto/400.css' @@ -103,14 +104,16 @@ export default function MyApp(props) { - - - {Component.auth ? ( - - ) : ( - - )} - + + + + {Component.auth ? ( + + ) : ( + + )} + + )