Skip to content

Commit

Permalink
chore: remove constant
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Feb 1, 2025
1 parent 2d253d0 commit 6a05d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const STORAGE_KEY_SERVERS = 'elk-servers'
export const STORAGE_KEY_NODES = 'elk-nodes'
export const STORAGE_KEY_CURRENT_USER_HANDLE = 'elk-current-user-handle'
export const STORAGE_KEY_NOTIFY_TAB = 'elk-notify-tab'
export const STORAGE_KEY_FIRST_VISIT = 'elk-first-visit'
export const STORAGE_KEY_SETTINGS = 'elk-settings'
export const STORAGE_KEY_CUSTOM_EMOJIS = 'elk-custom-emojis'
export const STORAGE_KEY_HIDE_EXPLORE_POSTS_TIPS = 'elk-hide-explore-posts-tips'
Expand Down

0 comments on commit 6a05d90

Please sign in to comment.