From 770400bcb5953dcb762b5c80d90e8e26e778b504 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 24 Feb 2025 12:26:20 -0500 Subject: Move constant closer to usage --- ui/lib/constants.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/lib/constants.js') diff --git a/ui/lib/constants.js b/ui/lib/constants.js index 5456414..f854f5d 100644 --- a/ui/lib/constants.js +++ b/ui/lib/constants.js @@ -1,4 +1,3 @@ export const EPOCH_STRING = '1970-01-01T00:00:00Z'; export const STORE_KEY_CHANNELS_DATA = 'pilcrow:channelsData'; -export const STORE_KEY_LAST_ACTIVE = 'pilcrow:lastActiveChannel'; -- cgit v1.2.3