fix: make parallel routes not render blocking
fix: add loading to parallel routes
This commit is contained in:
1
app/[lang]/(live)/@header/[...path]/loading.tsx
Normal file
1
app/[lang]/(live)/@header/[...path]/loading.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { default } from "../loading"
|
||||
1
app/[lang]/(live)/@header/[...path]/page.tsx
Normal file
1
app/[lang]/(live)/@header/[...path]/page.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { default } from "../page"
|
||||
Reference in New Issue
Block a user