Chore/architecture refactoring #42

Merged
ilia merged 29 commits from chore/architecture-refactoring into main 2026-05-25 08:43:07 +00:00
Showing only changes of commit cc218934f4 - Show all commits
@@ -54,7 +54,7 @@ vi.mock('$shared/lib/helpers/createPersistentStore/createPersistentStore.svelte'
vi.mock('$entities/Font', async importOriginal => { vi.mock('$entities/Font', async importOriginal => {
const actual = await importOriginal<typeof import('$entities/Font')>(); const actual = await importOriginal<typeof import('$entities/Font')>();
const { BatchFontStore } = await import( const { BatchFontStore } = await import(
'$entities/Font/model/store/batchFontStore.svelte' '$entities/Font/model/store/batchFontStore/batchFontStore.svelte'
); );
return { return {
...actual, ...actual,