Skip to content

Commit a232ca2

Browse files
committed
fix
1 parent 9852e15 commit a232ca2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@
8282
"node": ">=20.15.1",
8383
"pnpm": ">=9.8.0"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)