Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Feb 17, 2025
1 parent c5dc6e7 commit 20ae169
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/common/DatasetWorkspace/plugins/wav/WavFileView.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React, { FunctionComponent, useEffect, useState } from "react";
import { DatasetPluginProps } from "../pluginInterface";
import TimeScrollView2, {
useTimeScrollView2,
} from "@shared/component-time-scroll-view-2/TimeScrollView2";
import {
useTimeRange,
useTimeseriesSelection,
} from "@shared/context-timeseries-selection-2";
import TimeScrollView2, {
useTimeScrollView2,
} from "@shared/component-time-scroll-view-2/TimeScrollView2";
import { FunctionComponent, useEffect, useState } from "react";
import { DatasetPluginProps } from "../pluginInterface";
import AudioPlayer from "./AudioPlayer";
import WaveformCanvas from "./WaveformCanvas";

Expand Down

0 comments on commit 20ae169

Please sign in to comment.