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

Commit d4d1208

Browse files
author
Christoffer Jahren
committed
Revert "Revert "Convert "React" to "react" in html/""
This reverts commit a96db46.
1 parent a96db46 commit d4d1208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/immutable/DraftBlockRenderConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
'use strict';
1313

14-
import type React from 'React';
14+
import * as React from 'react';
1515

1616
export type DraftBlockRenderConfig = {
1717
element: string,

0 commit comments

Comments
 (0)