mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-06 01:14:17 -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}) => {
|
const App: AppType = ({Component, pageProps}) => {
|
||||||
return <>
|
return <>
|
||||||
<GoogleAnalytics trackPageViews/>
|
<GoogleAnalytics trackPageViews/>
|
||||||
<Component {...pageProps} />;
|
<Component {...pageProps} />
|
||||||
</>
|
</>
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user