diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-01 16:32:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-01 16:32:41 -0500 |
| commit | a0485ad26353a08562c13c14ea9de73fd705f9de (patch) | |
| tree | 1bc499c572e3642b769f7391f493d972a8a749d9 /pages/_app.js | |
| parent | 0349923dd0a970f009ce7ca54881f8c398c67100 (diff) | |
| download | personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.gz personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.bz2 personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.zip | |
Initial Rewrite
Diffstat (limited to 'pages/_app.js')
| -rw-r--r-- | pages/_app.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pages/_app.js b/pages/_app.js deleted file mode 100644 index 2e0ad90..0000000 --- a/pages/_app.js +++ /dev/null @@ -1,16 +0,0 @@ -import '../styles/globals.css' -import { Analytics } from '@vercel/analytics/react'; -import { config } from '@fortawesome/fontawesome-svg-core' -import '@fortawesome/fontawesome-svg-core/styles.css' -config.autoAddCss = false - -function Website({ Component, pageProps }) { - return ( - <> - <Component {...pageProps} /> - <Analytics /> - </> - ) -} - -export default Website |
