pref: remove unused file
This commit is contained in:
parent
0b43a169b3
commit
95528f9209
|
@ -1,13 +0,0 @@
|
|||
import Cookies from 'js-cookie'
|
||||
|
||||
export const getToken = () => {
|
||||
return Cookies.get('kungalgame-moemoe-access-token')
|
||||
}
|
||||
|
||||
export const setToken = (token: string) => {
|
||||
Cookies.set('kungalgame-moemoe-access-token', token)
|
||||
}
|
||||
|
||||
export const removeToken = () => {
|
||||
Cookies.remove('kungalgame-moemoe-access-token')
|
||||
}
|
Loading…
Reference in a new issue