Skip to content

Commit 14b4cb7

Browse files
committed
fix imports
1 parent dd1cdd4 commit 14b4cb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/react/hooks/internal/useWarnRemoved.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as React from "rehackt";
2+
import type {
3+
DeprecationName} from "../../../utilities/deprecation/index.js";
24
import {
3-
DeprecationName,
45
warnDeprecated,
56
} from "../../../utilities/deprecation/index.js";
67

0 commit comments

Comments
 (0)