Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio222-dev committed Aug 14, 2024
1 parent fac8b6d commit 56439d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/deckCard/DeckCard.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { component$ } from "@builder.io/qwik";
import { Link } from "@builder.io/qwik-city";
import { Icon } from "~/components/icons/Icon";
import { createClientBrowser } from "~/lib/supabase-qwik";

interface DeckCardProps {
id: number;
Expand All @@ -12,7 +11,6 @@ interface DeckCardProps {
}

export const DeckCard = component$<DeckCardProps>(({ id, splashArt, likes = 0, name, path = '/decks/preview' }) => {
const supabase = createClientBrowser();

return (
<Link
Expand Down

0 comments on commit 56439d8

Please sign in to comment.