refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import clsx from "clsx";
|
||||
|
||||
import "./ToolIcon.scss";
|
||||
|
||||
import clsx from "clsx";
|
||||
import type { ToolButtonSize } from "./ToolButton";
|
||||
import { PenModeIcon } from "./icons";
|
||||
|
||||
import type { ToolButtonSize } from "./ToolButton";
|
||||
|
||||
type PenModeIconProps = {
|
||||
title?: string;
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user