Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Nov 7, 2023
1 parent ff2c1b2 commit bb7a700
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<script lang="ts">
import type { WidgetProps } from "../../shared/types";
import type { WidgetOutput } from "../../wigdetsOutput/Types";
import type { WidgetInput } from "../../widgetsInput/Types";
import type { WidgetProps, WidgetOutput, WidgetInput } from "../../shared/types";
import WidgetWrapper from "../../shared/WidgetWrapper/WidgetWrapperV2.svelte";

Check failure on line 4 in js/src/lib/components/InferenceWidget/widgets/AudioClassificationWidgetV2/AudioClassificationWidgetV2.svelte

View workflow job for this annotation

GitHub Actions / build

Unable to resolve path to module '../../shared/WidgetWrapper/WidgetWrapperV2.svelte'
import WidgetInputAudio from "../../widgetsInput/WidgetInputAudio/WidgetInputAudio.svelte";
Expand Down

0 comments on commit bb7a700

Please sign in to comment.