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

@@ -1,6 +1,6 @@
import { html, css, cssManager } from '@design.estate/dees-element';
import { DeesToast } from '../dees-toast/dees-toast.js';
import '../dees-button/dees-button.js';
import '../00group-button/dees-button/dees-button.js';
export const demoFunc = () => html`
<style>

View File

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