feat(SW-214): fixing pr comments
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { z } from "zod"
|
||||
|
||||
import { IconName } from "../components/icon"
|
||||
|
||||
export namespace UspGridEnum {
|
||||
export const uspIcons = z.enum(["Snowflake"])
|
||||
export const enum icons {
|
||||
Snowflake = IconName.Snowflake,
|
||||
}
|
||||
export const uspIcons = z.enum([icons.Snowflake])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user