refactor(Font/model): move baseFontStore and unifiedFontStore to subdirectories, rename errors/index to errors/errors

This commit is contained in:
Ilia Mashkov
2026-04-05 11:02:42 +03:00
parent 9427f4e50f
commit b40e651be4
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import {
FontNetworkError,
FontResponseError,
} from './index';
} from './errors';
describe('FontNetworkError', () => {
it('has correct name', () => {