Files
dooring/packages/dooringx-example/src/components/Loading.tsx
hufeixiong c27b4eb8e0 add example
2021-07-10 19:35:06 +08:00

12 lines
257 B
TypeScript

/*
* @Author: yehuozhili
* @Date: 2021-07-07 14:59:34
* @LastEditors: yehuozhili
* @LastEditTime: 2021-07-07 15:00:05
* @FilePath: \visual-editor\src\components\Loading.tsx
*/
function Loading() {
return <div>loading</div>;
}
export default Loading;