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