diff options
Diffstat (limited to 'src/components/Loading2.js')
| -rw-r--r-- | src/components/Loading2.js | 14 |
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; |
