Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianCodes committed Dec 19, 2024
1 parent 981f6f9 commit 966051a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/blog/BlogSummaryCard.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
import type { CollectionEntry } from 'astro:content';
import { Pill } from '@eliancodes/brutal-ui';
import { Pill, Button } from '@eliancodes/brutal-ui';
import SummaryCard from '../generic/SummaryCard.astro';
import { Button } from '@eliancodes/brutal-ui';
interface Props {
post: CollectionEntry<'blog'>;
Expand Down

0 comments on commit 966051a

Please sign in to comment.