Skip to content

Commit fe9f91f

Browse files
committed
fix(web): drop the dead IconButton import in FileTile
The call site moved to Opal Button in 41f2bea, but this import used a relative path and so was missed when the others were cleaned up. Nothing referenced it.
1 parent 6cd49d2 commit fe9f91f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

web/src/refresh-components/tiles/FileTile.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { cn, clickOnKeyDown } from "@opal/utils";
66
import { SvgMaximize2, SvgTextLines, SvgX } from "@opal/icons";
77
import type { IconProps } from "@opal/types";
88
import { Hoverable } from "@opal/core";
9-
import IconButton from "../buttons/IconButton";
109
import Text from "../texts/Text";
1110
import Truncated from "../texts/Truncated";
1211

0 commit comments

Comments
 (0)