Skip to content

Commit 46bb6f4

Browse files
chore: code refactor
1 parent cd31f2a commit 46bb6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/propel/src/icons/registry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import {
1717
PreferencesIcon,
1818
SearchIcon,
1919
TrashIcon,
20-
UpgradeIcon
20+
UpgradeIcon,
2121
} from "./actions";
2222
// Arrow icons
23-
import { ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon , ReplyIcon} from "./arrows";
23+
import { ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ReplyIcon } from "./arrows";
2424
// Default icon
2525
import { DefaultIcon } from "./default-icon";
2626
// Layout icons

0 commit comments

Comments
 (0)