Skip to content

Commit

Permalink
🩹 fix(FilterButton.astro): update type import's path
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanTheNerd committed Jul 27, 2024
1 parent e5c9ceb commit 573271f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FilterButton.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import type { FilterName } from '@ts/imgStore.ts';
import type { FilterName } from '@ts/types.d.ts';
import { activeFilterClass } from '@ts/constants.ts';
type Props = {
Expand Down

0 comments on commit 573271f

Please sign in to comment.