mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-21 01:52:49 +00:00
6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
import Skeleton from './skeleton';
|
|
import Panel from './components/Panel';
|
|
import TopIcon from './components/TopIcon';
|
|
export default Skeleton;
|
|
export { Panel, TopIcon };
|