From 8356e99382542d64e8e05673b51b910ec5629d0e Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sun, 18 Jan 2026 15:53:44 +0300 Subject: [PATCH] chore: add import shortcuts --- src/features/DisplayFont/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/DisplayFont/index.ts b/src/features/DisplayFont/index.ts index e69de29..4fb9052 100644 --- a/src/features/DisplayFont/index.ts +++ b/src/features/DisplayFont/index.ts @@ -0,0 +1 @@ +export { FontDisplay } from './ui';