Skip to content

Commit

Permalink
fix(docs): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ljosberinn authored Nov 22, 2021
1 parent a690f09 commit 5b99fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/no-page-custom-font.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Or as a function component:
```js
// pages/_document.js

import Document, { Html, Head, Main, NextScript } from 'next/document'
import { Html, Head, Main, NextScript } from 'next/document'

export default function Document() {
return (
Expand Down

0 comments on commit 5b99fb2

Please sign in to comment.