feature/fetch-fonts #14
@@ -17,7 +17,7 @@ import type {
|
||||
FontSubset,
|
||||
UnifiedFont,
|
||||
} from '$entities/Font/model/types';
|
||||
import { createCollectionCache } from '$shared/fetch/collectionCache';
|
||||
import { createCollectionCache } from '$shared/lib/fetch/collectionCache';
|
||||
import type { Writable } from 'svelte/store';
|
||||
import {
|
||||
derived,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Property } from '$shared/store/createFilterStore';
|
||||
import type { Property } from '$shared/lib/store/createFilterStore/createFilterStore';
|
||||
|
||||
export const FONT_CATEGORIES: Property[] = [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Property } from '$shared/store/createFilterStore';
|
||||
import type { Property } from '$shared/lib/store/createFilterStore/createFilterStore';
|
||||
import {
|
||||
fireEvent,
|
||||
render,
|
||||
|
||||
@@ -4,4 +4,6 @@
|
||||
* Exports all shared UI components and their types
|
||||
*/
|
||||
|
||||
export { default as VirtualList } from './VirtualList.svelte';
|
||||
import VirtualList from './VirtualList/VirtualList.svelte';
|
||||
|
||||
export { VirtualList };
|
||||
|
||||
Reference in New Issue
Block a user