fix(imports): Normalize and fix relative import paths for web components to ensure correct module resolution

This commit is contained in:
2025-12-06 13:54:17 +00:00
parent 5e4514c913
commit 2ed0d8e0f2
45 changed files with 83 additions and 76 deletions

View File

@@ -8,7 +8,7 @@ import {
state,
} from '@design.estate/dees-element';
import { zIndexRegistry } from '../00zindex.js';
import '../dees-icon.js';
import '../dees-icon/dees-icon.js';
import { type ISlashMenuItem } from './wysiwyg.types.js';
import { WysiwygShortcuts } from './wysiwyg.shortcuts.js';