fix @ client

This commit is contained in:
tamaina 2021-03-23 21:29:22 +09:00
parent c460b840ed
commit 09767a0d56
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { get } from '@/scripts/idb-proxy';
import { get } from '@client/scripts/idb-proxy';
export async function getAccountFromId(id: string) {
const accounts = await get('accounts') as { token: string; id: string; }[];