File tree Expand file tree Collapse file tree 3 files changed +1554
-11654
lines changed
Expand file tree Collapse file tree 3 files changed +1554
-11654
lines changed Original file line number Diff line number Diff line change 88 "start" : " next start"
99 },
1010 "dependencies" : {
11- "axios" : " 0.21.1" ,
12- "clipboard" : " 2.0.8" ,
11+ "@vercel/analytics" : " ^0.1.4" ,
12+ "axios" : " 1.1.3" ,
13+ "clipboard" : " 2.0.11" ,
1314 "next" : " latest" ,
14- "react" : " latest" ,
15- "react-dom" : " latest" ,
16- "react-dropzone" : " 11.3.4" ,
17- "react-scripts" : " 4.0.3" ,
15+ "react" : " 18.2.0" ,
16+ "react-dom" : " 18.2.0" ,
17+ "react-dropzone" : " 14.2.3" ,
1818 "svg-spreact" : " 1.3.2"
1919 },
2020 "homepage" : " http://svgsprit.es" ,
Original file line number Diff line number Diff line change 1+ import { Analytics } from '@vercel/analytics/react'
12import '../styles.css'
23
3- // This default export is required in a new `pages/_app.js` file.
44export default function MyApp ( { Component, pageProps } ) {
5- return < Component { ...pageProps } />
5+ return (
6+ < >
7+ < Component { ...pageProps } />
8+ < Analytics />
9+ </ >
10+ )
611}
You can’t perform that action at this time.
0 commit comments