Skip to content

Commit

Permalink
fix(device-check): cannot play mp3 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed May 20, 2021
1 parent 5ac583b commit 8b64410
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import React, { useEffect, useState } from "react";
import { Slider, Button } from "antd";
import { useHistory, useLocation } from "react-router-dom";
// let webpack recognize
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import _testMP3 from "../../../assets/media/Goldberg Variations, BWV 988 - 05 - Variatio 4 a 1 Clav.mp3";
import "../../../assets/media/Goldberg Variations, BWV 988 - 05 - Variatio 4 a 1 Clav.mp3";
import { DeviceSelect } from "../../../components/DeviceSelect";
import { Device } from "../../../types/Device";
import { useRTCEngine } from "../../../utils/hooks/useRTCEngine";
Expand Down

0 comments on commit 8b64410

Please sign in to comment.