import { TOKEN_KEY } from '@/enums/constantEnums'
import cache from './cache'
export function getToken() {
return cache.get(TOKEN_KEY)
}