Skip to content

Commit aa06fea

Browse files
committed
fix
1 parent 624781c commit aa06fea

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

app/library/icon/icons/types.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// This file is generated by icon spritesheet generator
22

3-
export const iconNames = [
4-
"ShoppingCart",
5-
] as const
3+
export const iconNames = ["ShoppingCart"] as const
64

7-
export type IconName = typeof iconNames[number]
5+
export type IconName = (typeof iconNames)[number]

0 commit comments

Comments
 (0)