Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Sep 13, 2024
1 parent 6324e4b commit 2a2c466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Tabs/TabsContent.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { getTabsContext, type TabsContext } from './tabsContext';
import { getTabsContext } from './tabsContext';
export let value: string;
const { activeTab } = getTabsContext();
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Tabs/TabsTrigger.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { afterUpdate, createEventDispatcher, onMount } from 'svelte';
import { createEventDispatcher, onMount } from 'svelte';
import { getTabsContext } from './tabsContext';
import { cn } from '$lib/utils';
import { slide } from 'svelte/transition';
Expand Down

0 comments on commit 2a2c466

Please sign in to comment.