mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-17 07:13:01 +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 }; |