feat(SW-66, SW-348): search functionality and ui
This commit is contained in:
9
types/enums/accountPage.ts
Normal file
9
types/enums/accountPage.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export namespace AccountPageEnum {
|
||||
export namespace ContentStack {
|
||||
export const enum blocks {
|
||||
DynamicContent = "AccountPageContentDynamicContent",
|
||||
ShortCuts = "AccountPageContentShortcuts",
|
||||
TextContent = "AccountPageContentTextContent",
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user