Skip to content

Commit

Permalink
refactor: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiteDeluxe committed Jun 22, 2024
1 parent cb96e67 commit 3ac6650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-ds-eda/src/components/tabs/TabContent.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import type { EmptyTab, ExternalVisualizingHistoryEntry, HistoryEntry, Tab } from '../../../types/state';
import type { EmptyTab, ExternalVisualizingHistoryEntry, Tab } from '../../../types/state';
import ImageContent from './content/ImageContent.svelte';
import DropDownButton from '../utilities/DropDownButton.svelte';
import { cancelTabIdsWaiting, table } from '../../webviewState';
Expand Down

0 comments on commit 3ac6650

Please sign in to comment.