blob: cd003ed639b97c581291db426564802e006e461d (
plain) (
blame)
1
2
3
4
5
6
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
|