diff options
Diffstat (limited to 'src/components/PolicyUpdateOverlay/updates/202508/config.ts')
-rw-r--r-- | src/components/PolicyUpdateOverlay/updates/202508/config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/PolicyUpdateOverlay/updates/202508/config.ts b/src/components/PolicyUpdateOverlay/updates/202508/config.ts new file mode 100644 index 000000000..72af31d85 --- /dev/null +++ b/src/components/PolicyUpdateOverlay/updates/202508/config.ts @@ -0,0 +1,7 @@ +/* + * Keep this file separate to avoid import issues. + */ + +import {Nux} from '#/state/queries/nuxs' + +export const ID = Nux.PolicyUpdate202508 |