mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 15:27:43 +01:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
|
export * from './Components';
|
||
|
export { default as utils } from './utils';
|
||
|
export * from './Views';
|
||
|
export * from './WebComponents';
|