Skip to content

Commit a7bb35a

Browse files
committed
Fixing import order
1 parent 2346a96 commit a7bb35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/expandable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import styles from './style.module.scss';
1111

1212
type Props = {
1313
children: ReactNode;
14-
copy?: boolean;
1514
title: string;
15+
copy?: boolean;
1616
/** If defined, the expandable will be grouped with other expandables that have the same group. */
1717
group?: string;
1818
level?: 'info' | 'warning' | 'success';

0 commit comments

Comments
 (0)