summaryrefslogtreecommitdiff
path: root/src/components/Loading2.js
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-10-31 18:18:04 +0800
committerHaishan <[email protected]>2020-11-01 17:42:52 +0800
commitff1a39d04e53b428e34d46c55ecd6689189b5443 (patch)
tree94a60abe3d28a1d729b877356bdd38d75ce655a5 /src/components/Loading2.js
parente62c9165481ef12ee2310dee1c32f890b3fe4b78 (diff)
chore: run ts-migrate
Diffstat (limited to 'src/components/Loading2.js')
-rw-r--r--src/components/Loading2.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/components/Loading2.js b/src/components/Loading2.js
deleted file mode 100644
index edb2656..0000000
--- a/src/components/Loading2.js
+++ /dev/null
@@ -1,14 +0,0 @@
-import React from 'react';
-
-import s0 from './Loading2.module.css';
-import SvgYacd from './SvgYacd';
-
-function Loading() {
- return (
- <div className={s0.lo}>
- <SvgYacd width={280} height={280} animate c0="transparent" c1="#646464" />
- </div>
- );
-}
-
-export default Loading;