feat(SW-66, SW-348): search functionality and ui
This commit is contained in:
6
types/enums/cardsGrid.ts
Normal file
6
types/enums/cardsGrid.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export namespace CardsGridEnum {
|
||||
export const enum cards {
|
||||
Card = "Card",
|
||||
LoyaltyCard = "LoyaltyCard",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user