chore: add import/export
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
// Proxy API (PRIMARY - NEW)
|
// Proxy API (PRIMARY - NEW)
|
||||||
export {
|
export {
|
||||||
|
fetchFontsByIds,
|
||||||
fetchProxyFontById,
|
fetchProxyFontById,
|
||||||
fetchProxyFonts,
|
fetchProxyFonts,
|
||||||
} from './proxy/proxyFonts';
|
} from './proxy/proxyFonts';
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
// Proxy API (PRIMARY)
|
// Proxy API (PRIMARY)
|
||||||
export {
|
export {
|
||||||
|
fetchFontsByIds,
|
||||||
fetchProxyFontById,
|
fetchProxyFontById,
|
||||||
fetchProxyFonts,
|
fetchProxyFonts,
|
||||||
} from './api/proxy/proxyFonts';
|
} from './api/proxy/proxyFonts';
|
||||||
|
|||||||
Reference in New Issue
Block a user