refactor(AdjustTypography): consume typography-control module from its new home

This commit is contained in:
Ilia Mashkov
2026-05-31 17:04:51 +03:00
parent 7834c7cbf2
commit c613d4cf88
3 changed files with 21 additions and 18 deletions
@@ -11,13 +11,15 @@
import {
type ComparisonResult,
DualFontLayout,
findSplitIndex,
} from '$entities/Font';
import {
MULTIPLIER_L,
MULTIPLIER_M,
MULTIPLIER_S,
findSplitIndex,
} from '$entities/Font';
import { TypographyMenu } from '$features/AdjustTypography';
import { typographySettingsStore } from '$features/AdjustTypography/model';
TypographyMenu,
typographySettingsStore,
} from '$features/AdjustTypography';
import {
type ResponsiveManager,
debounce,