Add working but unstyled notify registration modal

This commit is contained in:
Gabe Kangas
2022-05-29 22:08:57 -07:00
parent bf7319db9a
commit 1684979187
14 changed files with 258 additions and 74 deletions
+1
View File
@@ -1,5 +1,6 @@
export const LOCAL_STORAGE_KEYS = {
username: 'username',
hasDisplayedNotificationModal: 'HAS_DISPLAYED_NOTIFICATION_MODAL',
};
export function getLocalStorage(key) {