mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-07-13 06:30:59 +02:00
build: remove @vercel/analytics
This commit is contained in:
parent
f1862b7afb
commit
128dd2dc93
@ -1,11 +1,9 @@
|
|||||||
import type { AppProps } from 'next/app';
|
import type { AppProps } from 'next/app';
|
||||||
import { Analytics } from '@vercel/analytics/react';
|
|
||||||
|
|
||||||
function MyApp({ Component, pageProps }: AppProps) {
|
function MyApp({ Component, pageProps }: AppProps) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
<Analytics />
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user