diff --git a/pages/_document.js b/pages/_document.js index d60cdc1..05be747 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -1,19 +1,15 @@ -import {Html, Head, Main, NextScript} from 'next/document' +import { Html, Head, Main, NextScript } from 'next/document' export default function Document() { - return ( - - - - - - - -
- - - - ) -} \ No newline at end of file + return ( + + + + + +
+ + + + ) +}