Skip to content

Commit 978428c

Browse files
committed
fix: lint
1 parent 862fb57 commit 978428c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/icons/arrowUnderlying.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
import { IconProps } from "../core/icon";
3+
import type { IconProps } from "../core/icon";
44

55
export const IconArrowUnderlying = ({
66
style,

src/icons/history.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
import { IconProps } from "../core/icon";
3+
import type { IconProps } from "../core/icon";
44

55
export const IconHistory = ({
66
style,

src/icons/successCircle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
import { IconProps } from "../core/icon";
3+
import type { IconProps } from "../core/icon";
44

55
export const SuccessCircle = ({
66
style,

0 commit comments

Comments
 (0)