mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-02 09:18:14 +00:00
5 lines
170 B
JavaScript
5 lines
170 B
JavaScript
import Skeleton from './skeleton';
|
|
import Panel from './components/Panel';
|
|
import TopIcon from './components/TopIcon';
|
|
export default Skeleton;
|
|
export { Panel, TopIcon }; |