From 1f9676ba49d939ec4c67d0fdbb4ff87224decf1c Mon Sep 17 00:00:00 2001 From: real-zephex <143923795+real-zephex@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:29:23 +0000 Subject: =?UTF-8?q?=E2=9C=A8=20feat(site):=20unified=20loading=20page=20an?= =?UTF-8?q?d=20added=20metadata=20for=20each=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/movies/loading.jsx | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/app/movies/loading.jsx (limited to 'src/app/movies/loading.jsx') 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 ( -