diff --git a/src/components/Editor/AudioUploader/AudioUploader.tsx b/src/components/Editor/AudioUploader/AudioUploader.tsx index 487c0a59..b5cc4954 100644 --- a/src/components/Editor/AudioUploader/AudioUploader.tsx +++ b/src/components/Editor/AudioUploader/AudioUploader.tsx @@ -7,7 +7,7 @@ import { composeMediaItems } from '../../../utils/composeMediaItems' import { AudioPlayer } from '../../Article/AudioPlayer' import { DropArea } from '../../_shared/DropArea' -import { Buffer } from 'node:buffer' +// import { Buffer } from 'node:buffer' import styles from './AudioUploader.module.scss' window.Buffer = Buffer