Skip to content

Commit

Permalink
remove incorrect import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Jan 16, 2024
1 parent 9f13c63 commit c69f3bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/tournament/Matches.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
} from 'flowbite-svelte';
import ViewMatch from './Match.svelte';
import { Matches } from '$lib/matches';
import { SupabaseDatabaseService } from '$lib/SupabaseDatabaseService';
export let matches: Matches;
export let tournament: Event;
Expand Down

1 comment on commit c69f3bd

@vercel
Copy link

@vercel vercel bot commented on c69f3bd Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

volleyman – ./

volleyman.vercel.app
volleyman-craigkai.vercel.app
volleyman-git-main-craigkai.vercel.app

Please sign in to comment.