mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +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;
|