summaryrefslogtreecommitdiff
path: root/ui/lib/constants.js
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-02-24 15:05:20 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-02-24 15:05:20 -0500
commit8cdc6a686644fbf9de6e91ae622f47e23bf7bb23 (patch)
tree746d9830fb11522d9435be9aecc428e95fcfdb61 /ui/lib/constants.js
parent099471c574f6dceeb45f8bb5dae1699a734cb084 (diff)
parentf2c415dd7eb1cb68e18e96dfd70460f8972ee9df (diff)
Merge branch 'prop/preserve-state'
Diffstat (limited to 'ui/lib/constants.js')
-rw-r--r--ui/lib/constants.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/lib/constants.js b/ui/lib/constants.js
new file mode 100644
index 0000000..f854f5d
--- /dev/null
+++ b/ui/lib/constants.js
@@ -0,0 +1,3 @@
+export const EPOCH_STRING = '1970-01-01T00:00:00Z';
+
+export const STORE_KEY_CHANNELS_DATA = 'pilcrow:channelsData';