From 800c231580180bf5472a09a7bd1b4d90a9af4930 Mon Sep 17 00:00:00 2001 From: "Federico Pasqua (eisterman)" Date: Tue, 1 Apr 2025 17:21:15 +0200 Subject: [PATCH] Loading is not easily possible here. I will see later. --- src/app/(sidebar)/contacts/[contactId]/edit/loading.tsx | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/app/(sidebar)/contacts/[contactId]/edit/loading.tsx diff --git a/src/app/(sidebar)/contacts/[contactId]/edit/loading.tsx b/src/app/(sidebar)/contacts/[contactId]/edit/loading.tsx deleted file mode 100644 index 9c8ee3e..0000000 --- a/src/app/(sidebar)/contacts/[contactId]/edit/loading.tsx +++ /dev/null @@ -1,5 +0,0 @@ -export default function ContactLoading() { - return ( -
Loading Edit Contact...
- ); -} \ No newline at end of file