import { GetTokenFromUrl, storeToken } from '@/utils/utils'; const token = GetTokenFromUrl(); if (token) { storeToken(token); console.log(token); }