Skip to content

Commit

Permalink
Merge pull request #930 from nanu-c/change_MicRecorder_import
Browse files Browse the repository at this point in the history
Change the way MicRecorder is imported
  • Loading branch information
nanu-c authored Nov 1, 2022
2 parents d78f467 + 8668d42 commit 09c09e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axolotl-web/src/pages/MessageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ import Message from "@/components/Message";
import AttachmentBar from "@/components/AttachmentBar";
import DefaultLayout from "@/layouts/Default";
import { saveAs } from "file-saver";
import * as MicRecorder from "@jmd01/mic-recorder-to-mp3";
import MicRecorder from "@jmd01/mic-recorder-to-mp3";
export default {
name: "MessageList",
components: {
Expand Down

0 comments on commit 09c09e7

Please sign in to comment.