chore: add import/export

This commit is contained in:
Ilia Mashkov
2026-02-01 16:13:13 +03:00
parent 0ac6acd174
commit 9501dbf281
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
// Proxy API (PRIMARY - NEW)
export {
fetchFontsByIds,
fetchProxyFontById,
fetchProxyFonts,
} from './proxy/proxyFonts';

View File

@@ -1,5 +1,6 @@
// Proxy API (PRIMARY)
export {
fetchFontsByIds,
fetchProxyFontById,
fetchProxyFonts,
} from './api/proxy/proxyFonts';