From d6e23b803b10a471bb5b1054b357c70a16e8f6da Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 23 Mar 2021 17:30:14 +0900 Subject: refactor: Tweak path alias of client --- src/client/scripts/sound.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/scripts/sound.ts') diff --git a/src/client/scripts/sound.ts b/src/client/scripts/sound.ts index 9b7061d5fc..d3422bfff2 100644 --- a/src/client/scripts/sound.ts +++ b/src/client/scripts/sound.ts @@ -1,4 +1,4 @@ -import { ColdDeviceStorage } from '@/store'; +import { ColdDeviceStorage } from '@client/store'; const cache = new Map(); -- cgit v1.2.3-freya