Skip to content

Commit 7dfd3c1

Browse files
committed
fix: import React to fix "react not defined" error
Signed-off-by: M-DEV-1 <[email protected]>
1 parent 4f7f37c commit 7dfd3c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/identity/typography/overview.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from "react";
12
import Next from '../Next';
23
import Previous from '../Previous';
34
import Sidebar from '../Sidebar';

0 commit comments

Comments
 (0)