mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-06 09:14:18 -06:00
Remove stray semicolon
This commit is contained in:
@@ -8,7 +8,7 @@ import {GoogleAnalytics} from "nextjs-google-analytics";
|
||||
const App: AppType = ({Component, pageProps}) => {
|
||||
return <>
|
||||
<GoogleAnalytics trackPageViews/>
|
||||
<Component {...pageProps} />;
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user