diff options
Diffstat (limited to 'src/app/anime/loading.jsx')
| -rw-r--r-- | src/app/anime/loading.jsx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/app/anime/loading.jsx b/src/app/anime/loading.jsx deleted file mode 100644 index 1ebf039..0000000 --- a/src/app/anime/loading.jsx +++ /dev/null @@ -1,15 +0,0 @@ -import { CircularProgress } from "@nextui-org/react"; - -const LoadingScreen = async () => { - return ( - <div className="w-screen h-screen flex gap-4 items-center justify-center"> - <CircularProgress - color="success" - aria-label="Loading..." - label="Loading Animes..." - /> - </div> - ); -}; - -export default LoadingScreen; |