diff options
| author | real-zephex <[email protected]> | 2024-06-11 16:29:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-11 16:29:23 +0000 |
| commit | 1f9676ba49d939ec4c67d0fdbb4ff87224decf1c (patch) | |
| tree | 15e27df8913d96bd38ab5e81a05443d7fff4015e /src/app/movies/loading.jsx | |
| parent | fix �: minor fix (diff) | |
| download | dramalama-1f9676ba49d939ec4c67d0fdbb4ff87224decf1c.tar.xz dramalama-1f9676ba49d939ec4c67d0fdbb4ff87224decf1c.zip | |
✨ feat(site): unified loading page and added metadata for each site
Diffstat (limited to 'src/app/movies/loading.jsx')
| -rw-r--r-- | src/app/movies/loading.jsx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/app/movies/loading.jsx b/src/app/movies/loading.jsx deleted file mode 100644 index fecdddb..0000000 --- a/src/app/movies/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 Movies..." - /> - </div> - ); -}; - -export default LoadingScreen; |