fix(structure): group components into groups inside the repo

This commit is contained in:
2025-12-08 12:04:01 +00:00
parent f67be189eb
commit 8f8aedc6b0
258 changed files with 675 additions and 403 deletions

View File

@@ -15,7 +15,7 @@ import type { TemplateResult } from '@design.estate/dees-element';
import '../dees-icon/dees-icon.js';
import '../dees-contextmenu/dees-contextmenu.js';
import '../dees-button/dees-button.js';
import '../00group-button/dees-button/dees-button.js';
declare global {
interface HTMLElementTagNameMap {

View File

@@ -1 +1 @@
export * from '../dees-statsgrid/dees-statsgrid.js';
export * from './dees-statsgrid.js';