Skip to content

Commit

Permalink
add coockiesPage and ThemeEnum enums
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Jul 26, 2024
1 parent f14dc89 commit ca1e833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/synapse-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"./style.css": "./dist/style.css",
"./constants/*": "./src/constants/*/index.ts",
"./constants/enums/StateEnum": "./src/constants/enums/StateEnum.ts",
"./constants/enums/ThemeEnum": "./src/constants/enums/ThemeEnum.ts",
"./templates/CookiesPage/CookiesInformation/TypeEnum.ts": "./src/templates/CookiesPage/CookiesInformation/TypeEnum.ts",
"./functions/*": "./src/functions/*/index.ts",
"./modules/*": "./src/modules/*/index.ts",
"./helpers/*": "./src/helpers/*/index.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/synapse-bridge/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export * from './form-builder'
export * from './patterns'
export * from './templates'
export * from './constants'
export * from './constants/enums/StateEnum'
export * from './rules/email'
export * from './rules/exactLength'
export * from './rules/isDateValid'
Expand Down

0 comments on commit ca1e833

Please sign in to comment.