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