Skip to content

Commit

Permalink
馃悰 fix: Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jun 10, 2024
1 parent 7646556 commit b4069a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import { Loader2 } from 'lucide-react';
import { forwardRef, useMemo } from 'react';
import { type CSSProperties, forwardRef, useMemo } from 'react';
import { Flexbox, type FlexboxProps } from 'react-layout-kit';

import Icon, {
Expand Down

0 comments on commit b4069a6

Please sign in to comment.