fix recording

This commit is contained in:
Sara
2024-01-15 17:49:27 +01:00
parent bce8fa73ed
commit fa4935c454

View File

@@ -1,7 +1,7 @@
import React, { useRef, useEffect, useState } from "react";
import WaveSurfer from "wavesurfer.js";
import RecordPlugin from "wavesurfer.js/dist/plugins/record.esm.js";
import RecordPlugin from "../../lib/custom-plugins/record";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faMicrophone } from "@fortawesome/free-solid-svg-icons";