aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 62acca5..0c64f3a 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -34,4 +34,5 @@ export const ROUTES = {
export const STORAGE_KEY = {
ACKEE: 'ackee-tracking',
MOTION: 'reduced-motion',
+ THEME: 'theme',
} as const;