SW-352 using loading.ts between page transations
This commit is contained in:
committed by
Christel Westerberg
parent
214aee88b2
commit
bcc0835386
@@ -0,0 +1,5 @@
|
|||||||
|
import LoadingSpinner from "@/components/LoadingSpinner"
|
||||||
|
|
||||||
|
export default function Loading() {
|
||||||
|
return <LoadingSpinner />
|
||||||
|
}
|
||||||
5
app/[lang]/(live)/(protected)/my-pages/loading.tsx
Normal file
5
app/[lang]/(live)/(protected)/my-pages/loading.tsx
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import LoadingSpinner from "@/components/LoadingSpinner"
|
||||||
|
|
||||||
|
export default function Loading() {
|
||||||
|
return <LoadingSpinner />
|
||||||
|
}
|
||||||
5
app/[lang]/(live)/(public)/loading.tsx
Normal file
5
app/[lang]/(live)/(public)/loading.tsx
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import LoadingSpinner from "@/components/LoadingSpinner"
|
||||||
|
|
||||||
|
export default function Loading() {
|
||||||
|
return <LoadingSpinner />
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user