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

@@ -0,0 +1,19 @@
// Input Components
export * from './dees-input-base/index.js';
export * from './dees-input-checkbox/index.js';
export * from './dees-input-datepicker/index.js';
export * from './dees-input-dropdown/index.js';
export * from './dees-input-fileupload/index.js';
export * from './dees-input-iban/index.js';
export * from './dees-input-list/index.js';
export * from './dees-input-multitoggle/index.js';
export * from './dees-input-phone/index.js';
export * from './dees-input-quantityselector/index.js';
export * from './dees-input-radiogroup/index.js';
export * from './dees-input-richtext/index.js';
export * from './dees-input-searchselect/index.js';
export * from './dees-input-tags/index.js';
export * from './dees-input-text/index.js';
export * from './dees-input-typelist/index.js';
export * from './dees-input-wysiwyg.js';
export * from './profilepicture/dees-input-profilepicture.js';