Skip to content

Commit

Permalink
feat(Icon): adjust import order
Browse files Browse the repository at this point in the history
  • Loading branch information
soujvnunes committed Mar 4, 2024
1 parent 2060f92 commit 3a08929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Icon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { memo } from "react";
import useSvg, { type SvgProps, type Svgs } from "hooks/useSvg";
import cn from "helpers/cn";
import useSvg, { type SvgProps, type Svgs } from "hooks/useSvg";

export interface IconProps extends SvgProps {
className?: string;
Expand Down

0 comments on commit 3a08929

Please sign in to comment.