diff options
Diffstat (limited to 'src/components/PolicyUpdateOverlay/config.ts')
-rw-r--r-- | src/components/PolicyUpdateOverlay/config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/PolicyUpdateOverlay/config.ts b/src/components/PolicyUpdateOverlay/config.ts new file mode 100644 index 000000000..cd003ed63 --- /dev/null +++ b/src/components/PolicyUpdateOverlay/config.ts @@ -0,0 +1,7 @@ +import {ID} from '#/components/PolicyUpdateOverlay/updates/202508/config' + +/** + * The singulary active update ID. This is configured here to ensure that + * the relationship is clear. + */ +export const ACTIVE_UPDATE_ID = ID |