Refactor/reacrhitecture to fsd+ #49
@@ -1,5 +1,5 @@
|
||||
import { fontKeys } from '$shared/api/queryKeys';
|
||||
import { BaseQueryStore } from '$shared/lib';
|
||||
import { BaseQueryStore } from '$shared/lib/helpers/BaseQueryStore/BaseQueryStore.svelte';
|
||||
import {
|
||||
fetchFontsByIds,
|
||||
seedFontCache,
|
||||
|
||||
@@ -137,7 +137,8 @@ export {
|
||||
type PerspectiveManager,
|
||||
} from './createPerspectiveManager/createPerspectiveManager.svelte';
|
||||
|
||||
/**
|
||||
* Base Query store using Tanstack query
|
||||
/*
|
||||
* BaseQueryStore is intentionally NOT re-exported here.
|
||||
* It pulls @tanstack/query-core, so routing it through this leaf barrel would
|
||||
* make every consumer of the barrel eager-load TanStack. Import it by path.
|
||||
*/
|
||||
export { BaseQueryStore } from './BaseQueryStore/BaseQueryStore.svelte';
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
export {
|
||||
BaseQueryStore,
|
||||
createDebouncedState,
|
||||
createEntityStore,
|
||||
createFilter,
|
||||
|
||||
Reference in New Issue
Block a user