1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-15 13:24:25 +02:00
Files
php-web-maker/src/constants.js
2023-10-13 17:30:15 +05:30

6 lines
184 B
JavaScript

export const LocalStorageKeys = {
LOGIN_AND_SAVE_MESSAGE_SEEN: 'loginAndsaveMessageSeen',
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations',
WAS_CONSOLE_OPEN: 'wasConsoleOpen'
};