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