From 8aced256b298fa958e78ef501f7e04465de75d2d Mon Sep 17 00:00:00 2001 From: arch0Xd <71967828+arch0Xd@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:49:33 +0200 Subject: [PATCH] cigany pr --- pages/_app.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index f7a398c..aa36e7c 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,8 +1,6 @@ import { AppProps } from 'next/app' import 'styles/globals.scss' -const MyApp = ({ Component, pageProps }: AppProps) => { +export default MyApp = ({ Component, pageProps }: AppProps) => { return -} - -export default MyApp \ No newline at end of file +} \ No newline at end of file