F(frontend): add route loading feedback
This commit is contained in:
5
src/app/events/[slug]/loading.tsx
Normal file
5
src/app/events/[slug]/loading.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { DetailPageLoading } from "@/components/page-loading";
|
||||
|
||||
export default function Loading() {
|
||||
return <DetailPageLoading />;
|
||||
}
|
||||
Reference in New Issue
Block a user