* Fix typo (#135)

The defaultPageProps object had a typo in the name

Co-authored-by: B <curciobelen@gmail.com>

* changes

* changes

Co-authored-by: JD <jonathan.dawber@icloud.com>
This commit is contained in:
B
2021-01-09 12:36:48 -03:00
committed by GitHub
parent 66b8bdb6bb
commit 8698794c96
4 changed files with 8 additions and 14 deletions

View File

@@ -1,10 +1,4 @@
import Document, {
DocumentContext,
Head,
Html,
Main,
NextScript,
} from 'next/document'
import Document, { Head, Html, Main, NextScript } from 'next/document'
class MyDocument extends Document {
render() {