diff --git a/pages/_app.ts b/pages/_app.ts deleted file mode 100644 index 43a83ab..0000000 --- a/pages/_app.ts +++ /dev/null @@ -1,4 +0,0 @@ -import App from "next/app"; -import { withAmp } from "next/amp"; - -export default withAmp(App);