Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Aug 12, 2024
1 parent 495cb02 commit b9b03cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Matches.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import * as Table from '$components/ui/table';
import ViewMatch from './Match.svelte';
import { Matches } from '$lib/matches.svelte';
import type { RealtimeChannel } from '@supabase/supabase-js';
Expand Down

0 comments on commit b9b03cb

Please sign in to comment.