feat: refactor imports and add index files for modular structure
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as plugins from './00plugins.js';
|
||||
import * as colors from './00colors.js';
|
||||
import * as plugins from '../00plugins.js';
|
||||
import * as colors from '../00colors.js';
|
||||
|
||||
import {
|
||||
DeesElement,
|
||||
|
1
ts_web/elements/dees-stepper/index.ts
Normal file
1
ts_web/elements/dees-stepper/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './dees-stepper.js';
|
Reference in New Issue
Block a user