From e73b4e73ad8e3c076620f9c44b8905c62cd28bd8 Mon Sep 17 00:00:00 2001 From: peng Date: Tue, 4 Nov 2025 10:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=20-=20=E6=8F=90=E4=BA=A4LoadingScreen=E7=9A=84?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=86=99=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crop-x/src/components/auth/ClientAuthInterceptor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crop-x/src/components/auth/ClientAuthInterceptor.tsx b/crop-x/src/components/auth/ClientAuthInterceptor.tsx index c47545b..fe6126c 100644 --- a/crop-x/src/components/auth/ClientAuthInterceptor.tsx +++ b/crop-x/src/components/auth/ClientAuthInterceptor.tsx @@ -3,7 +3,7 @@ import { useEffect } from 'react'; import { useRouter } from 'next/navigation'; import { useAuth } from './AuthContext'; -import { LoadingScreen } from './loadingScreen'; +import { LoadingScreen } from './LoadingScreen'; interface ClientAuthInterceptorProps { children: React.ReactNode;