mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 13:40:41 +00:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
|
|
import Demo from './../es/index.js';
|
|
import manifest from './manifest.js';
|
|
export default { origin: Demo, manifest };
|
|
|