diff options
| author | real-zephex <[email protected]> | 2024-03-27 12:40:52 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-27 12:40:52 +0530 |
| commit | 684a5a6d65a1badc2fadeefdc941d9070aa04f9d (patch) | |
| tree | 3b2fb0cc0dfe3b49b4ea2dfcef11e70952ebd52d /src/app/anime/video/loading.jsx | |
| parent | restructured files (diff) | |
| download | dramalama-684a5a6d65a1badc2fadeefdc941d9070aa04f9d.tar.xz dramalama-684a5a6d65a1badc2fadeefdc941d9070aa04f9d.zip | |
fixes: minor css fixes, added loading indicators, added error pages etc etc
Diffstat (limited to 'src/app/anime/video/loading.jsx')
| -rw-r--r-- | src/app/anime/video/loading.jsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/app/anime/video/loading.jsx b/src/app/anime/video/loading.jsx deleted file mode 100644 index dfa397c..0000000 --- a/src/app/anime/video/loading.jsx +++ /dev/null @@ -1,9 +0,0 @@ -import "./loading.css"; - -export default function Loading() { - return ( - <div className="loadingContainer"> - <p className="text-flicker-in-glow">Loading</p> - </div> - ); -} |