chore: move fetch directory into shared/lib
This commit is contained in:
14
src/shared/lib/fetch/index.ts
Normal file
14
src/shared/lib/fetch/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Shared fetch layer exports
|
||||
*
|
||||
* Exports collection caching utilities and reactive patterns for Svelte 5
|
||||
*/
|
||||
|
||||
export { createCollectionCache } from './collectionCache';
|
||||
export type {
|
||||
CacheItemInternalState,
|
||||
CacheOptions,
|
||||
CacheStats,
|
||||
CollectionCacheManager,
|
||||
} from './collectionCache';
|
||||
export { reactiveQueryArgs } from './reactiveQueryArgs';
|
||||
Reference in New Issue
Block a user