chore: add export/import and remove unused ones

This commit is contained in:
Ilia Mashkov
2026-02-02 12:19:05 +03:00
parent 31a72d90ea
commit 6f231999e0
6 changed files with 5 additions and 13 deletions

View File

@@ -1,7 +1,3 @@
import FontDisplay from './FontDisplay/FontDisplay.svelte';
import FontSampler from './FontSampler/FontSampler.svelte';
export {
FontDisplay,
FontSampler,
};
export { FontSampler };