Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
1export const Localstorage = {
2 AccountStore: "account.store",
3 AuthStore: "auth.store",
4 BetaStore: "beta.store",
5 HomeTabStore: "home-tab.store",
6 NotificationStore: "notification.store",
7 PreferencesStore: "preferences.store",
8 ProStore: "pro.store",
9 ReloadTabs: "reload.tabs",
10 SearchStore: "search.store",
11 Theme: "theme"
12};