refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import type { JSX } from "react";
|
||||
import clsx from "clsx";
|
||||
|
||||
import { ButtonIcon } from "./ButtonIcon";
|
||||
|
||||
import type { JSX } from "react";
|
||||
|
||||
// TODO: It might be "clever" to add option.icon to the existing component <ButtonSelect />
|
||||
export const ButtonIconSelect = <T extends Object>(
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user