summaryrefslogtreecommitdiff
path: root/packages/frontend/src/stream.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/stream.ts')
-rw-r--r--packages/frontend/src/stream.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/stream.ts b/packages/frontend/src/stream.ts
index e63dac951c..e194e96a7f 100644
--- a/packages/frontend/src/stream.ts
+++ b/packages/frontend/src/stream.ts
@@ -8,7 +8,7 @@ import { markRaw } from 'vue';
import { $i } from '@/account.js';
import { wsOrigin } from '@@/js/config.js';
// TODO: No WebsocketモードでStreamMockが使えそう
-//import { StreamMock } from '@/scripts/stream-mock.js';
+//import { StreamMock } from '@/utility/stream-mock.js';
// heart beat interval in ms
const HEART_BEAT_INTERVAL = 1000 * 60;