From 7d17d63b5dc4bf0e6704fa7705da9dcdaee05d9f Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 5 May 2024 19:20:49 +0300 Subject: [PATCH] buffer-fix --- src/components/Editor/AudioUploader/AudioUploader.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Editor/AudioUploader/AudioUploader.tsx b/src/components/Editor/AudioUploader/AudioUploader.tsx index 336a25f1..329dac3e 100644 --- a/src/components/Editor/AudioUploader/AudioUploader.tsx +++ b/src/components/Editor/AudioUploader/AudioUploader.tsx @@ -1,5 +1,3 @@ -import { Buffer } from 'node:buffer' - import { clsx } from 'clsx' import { Show } from 'solid-js'