5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
export const STORAGE_KEYS = {
|
|
TOKEN: 'token',
|
|
USER: 'userInfo'
|
|
}
|