1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/common/flags.ts
olav eb5e83cdb4 refactor: remove unused code (#1036)
* refactor: remove unused code

* refactor: remove more unused code
2022-05-27 13:28:58 +02:00

7 lines
140 B
TypeScript

export const P = 'P';
export const C = 'C';
export const E = 'E';
export const EEA = 'EEA';
export const RE = 'RE';
export const SE = 'SE';