From f4982e9590ff471be229e31ddd8e0716cbd2baa2 Mon Sep 17 00:00:00 2001 From: "Nanashi." Date: Wed, 11 Dec 2024 04:03:03 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20node=E3=81=AEpath=E3=82=92import?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=A8=E3=81=93=E3=82=8D?= =?UTF-8?q?=E3=81=8C=E6=AE=8B=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=82=92=E7=9B=B4=E3=81=99=20(#2408)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/audio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/audio.ts b/src/store/audio.ts index 2d802665ee..8fc45d7c7b 100644 --- a/src/store/audio.ts +++ b/src/store/audio.ts @@ -1,4 +1,3 @@ -import path from "path"; import Encoding from "encoding-japanese"; import { createUILockAction, withProgress } from "./ui"; import { @@ -64,6 +63,7 @@ import { uuid4 } from "@/helpers/random"; import { cloneWithUnwrapProxy } from "@/helpers/cloneWithUnwrapProxy"; import { UnreachableError } from "@/type/utility"; import { errorToMessage } from "@/helpers/errorHelper"; +import path from "@/helpers/path"; function generateAudioKey() { return AudioKey(uuid4());