diff options
Diffstat (limited to 'client/src/Components/Loader.js')
| -rw-r--r-- | client/src/Components/Loader.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/client/src/Components/Loader.js b/client/src/Components/Loader.js deleted file mode 100644 index 3f4c47f..0000000 --- a/client/src/Components/Loader.js +++ /dev/null @@ -1,13 +0,0 @@ -import React from 'react'; - -function Loader() { - return ( - <div className="ball-pulse"> - <div/> - <div/> - <div/> - </div> - ) -} - -export default Loader; \ No newline at end of file |
