fix: Correct dynamic import paths in fallback function
- Use path aliases instead of relative paths - Fixes module resolution errors when importing from other files - Ensures fallback to Fontshare API works correctly
This commit is contained in:
2
test-import.mjs
Normal file
2
test-import.mjs
Normal file
@@ -0,0 +1,2 @@
|
||||
import { unifiedFontStore } from './src/entities/Font/index.ts';
|
||||
console.log('Import successful:', !!unifiedFontStore);
|
||||
Reference in New Issue
Block a user