mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 07:20:38 +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 }; |