Stylings / Restructuring
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import '../styles/globals.css'
|
||||
import type { AppProps } from 'next/app'
|
||||
import {GroupProvider} from "../components/contexts/GroupProvider";
|
||||
import {FC} from "react";
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
const MyApp: FC<AppProps> = ({ Component, pageProps }) => {
|
||||
return <GroupProvider>
|
||||
<Component {...pageProps} />
|
||||
</GroupProvider>
|
||||
|
||||
Reference in New Issue
Block a user