Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit 11f584d

Browse files
Joel Rozenvaibhavsingh97
Joel Rozen
authored andcommitted
fix(_document.tsx): add react to scope of file (#143)
<App> is JSX and required react ins cope.
1 parent 91b9cf6 commit 11f584d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/_document.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import * as React from 'react';
12
import Document from 'next/document';
23
import { ServerStyleSheet } from 'styled-components';
34

0 commit comments

Comments
 (0)