add example
This commit is contained in:
11
packages/dooringx-example/src/components/Loading.tsx
Normal file
11
packages/dooringx-example/src/components/Loading.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* @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;
|
Reference in New Issue
Block a user