feature: change filterStore model
Some checks failed
Lint / Lint Code (push) Failing after 7m17s
Test / Svelte Checks (push) Failing after 7m16s

This commit is contained in:
Ilia Mashkov
2026-01-02 21:17:16 +03:00
parent d439e97729
commit 23f3a5b803

View File

@@ -1,6 +1,6 @@
import type { import type {
Category,
FilterModel, FilterModel,
Property,
} from '$shared/store/createFilterStore'; } from '$shared/store/createFilterStore';
/** /**
@@ -8,7 +8,7 @@ import type {
*/ */
export type ProvidersFilterModel = FilterModel; export type ProvidersFilterModel = FilterModel;
export const FONT_PROVIDERS: Category[] = [ export const FONT_PROVIDERS: Property[] = [
{ {
id: 'google', id: 'google',
name: 'Google Fonts', name: 'Google Fonts',