Skip to content

Commit

Permalink
chore(EMS-3643): clean constants index (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes authored Aug 8, 2024
1 parent 7c551d4 commit 7d3ae83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ui/server/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ export * from './integrity';
export * from './pagination';
export * from './percentages-of-cover';
export * from './phone-number-countries';
export * from './quote';
export * from './regex';
export * from './routes';
export * from './supported-currencies';
export * from './service-name';
export * from './task-ids';
export * from './templates';
export * from './tls';
export * from './total-contract-value';
export * from './ukef-contact-details';
export * from './validation';

// TODO: Refactor below constants
export const SERVICE_NAME = 'EXIP';
export const QUOTE = 'Quote';
1 change: 1 addition & 0 deletions src/ui/server/constants/quote.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const QUOTE = 'Quote';
1 change: 1 addition & 0 deletions src/ui/server/constants/service-name.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const SERVICE_NAME = 'EXIP';

0 comments on commit 7d3ae83

Please sign in to comment.