Skip to content

Commit

Permalink
[#343] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yceffort committed Jun 19, 2021
1 parent 089fcb1 commit afd3fa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/_document.tsx
@@ -1,6 +1,5 @@
import React from 'react'
import Document, { Html, Head, Main, NextScript } from 'next/document'
import Script from 'next/script'

export default class MyDocument extends Document {
render() {
Expand Down

0 comments on commit afd3fa3

Please sign in to comment.