mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-07-13 00:31:00 +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 { Analytics } from '@vercel/analytics/react';
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<>
|
||||
<Component {...pageProps} />
|
||||
<Analytics />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user