feature/sidebar #8

Merged
ilia merged 50 commits from feature/sidebar into main 2026-01-03 10:56:23 +00:00
Showing only changes of commit 23f3a5b803 - Show all commits

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',