Skip to content

Commit

Permalink
Merge pull request #90 from sopra-fs24-group-09/M3-intergration-test
Browse files Browse the repository at this point in the history
Fast merge for test
  • Loading branch information
petertheprocess authored Apr 26, 2024
2 parents 049925e + b11632f commit 9255cde
Show file tree
Hide file tree
Showing 6 changed files with 429 additions and 616 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/WavePlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import propTypes from "prop-types";
import { Button } from "./Button";
import "styles/ui/WavePlayer.scss";

const WavePlayer = props => {
export const WavePlayer = props => {
const waveformRef = useRef<HTMLDivElement>(null);
const wavesurfer = useRef<WaveSurfer | null>(null);
const [playbackRate, setPlaybackRate] = useState(1);
Expand Down
Loading

0 comments on commit 9255cde

Please sign in to comment.