refactor(AdjustTypography): consume typography-control module from its new home
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user