export const KEY_PREFIX = 'textbee' export const LOCAL_STORAGE_KEY = { USER: `${KEY_PREFIX}.user`, TOKEN: `${KEY_PREFIX}.token`, }