Skip to content

Commit 8719ce9

Browse files
rizrmddiogofcunha
authored andcommitted
fix: Update index.d.ts (#48)
Fixes typescript compile error: File name '.../node_modules/@types/React/index.d.ts' differs from already included file name '.../node_modules/@types/react/index.d.ts' only in casing.
1 parent 73656d9 commit 8719ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Type definitions for react-virtualzed-tree
22
// Definitions by: Diogo Cunha
33

4-
import * as React from 'React';
4+
import * as React from 'react';
55

66
interface BasicNode {
77
id: number | string;

0 commit comments

Comments
 (0)