feature/sidebar #8
@@ -1,6 +1,6 @@
|
||||
import type {
|
||||
Category,
|
||||
FilterModel,
|
||||
Property,
|
||||
} from '$shared/store/createFilterStore';
|
||||
|
||||
/**
|
||||
@@ -8,7 +8,7 @@ import type {
|
||||
*/
|
||||
export type ProvidersFilterModel = FilterModel;
|
||||
|
||||
export const FONT_PROVIDERS: Category[] = [
|
||||
export const FONT_PROVIDERS: Property[] = [
|
||||
{
|
||||
id: 'google',
|
||||
name: 'Google Fonts',
|
||||
|
||||
Reference in New Issue
Block a user