mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 14:00:35 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
|
|
import Demo from './index.js';
|
|
import manifest from './manifest.js';
|
|
|
|
export default { origin: Demo, manifest };
|
|
|