mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 13:40:41 +00:00
6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
import Engine from './engine';
|
|
|
|
export { default as Engine } from './engine';
|
|
export { default as CompFactory } from './hoc/compFactory';
|
|
export default Engine;
|