Removed custom document

This commit is contained in:
Luis Alvarez
2020-10-26 10:18:43 -05:00
parent ea0e193966
commit 610d456f13
2 changed files with 0 additions and 41 deletions

View File

@@ -1,18 +0,0 @@
import Document_, { Html, Head, Main, NextScript } from 'next/document'
export default class Document extends Document_ {
render() {
return (
<Html lang="en">
<Head />
<body>
<Main />
<NextScript />
{/**
* Here add your GA and more scripts.
*/}
</body>
</Html>
)
}
}