feature: change filterStore model
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user