diff --git a/app/theme-registy.js b/app/theme-registy.js index 14088a5..c8dee96 100644 --- a/app/theme-registy.js +++ b/app/theme-registy.js @@ -13,6 +13,7 @@ import '@fontsource/roboto/500.css' import '@fontsource/roboto/700.css' import '../styles/nprogress.css' +import PlausibleProvider from 'next-plausible' import ChanjeTem from '../components/chanje-tem' import NextAppDirEmotionCacheProvider from './emotion-cache-provider' @@ -87,15 +88,17 @@ export default function ThemeRegistry(props) { }, []) return ( - - - - - - {children} - - - + + + + + + + {children} + + + + ) }