fix: make parallel routes not render blocking

fix: add loading to parallel routes
This commit is contained in:
Joakim Jäderberg
2024-11-18 08:44:49 +01:00
parent 7714a48fb4
commit 9c7ac78e14
31 changed files with 50 additions and 38 deletions

View File

@@ -0,0 +1 @@
export { default } from "../loading"

View File

@@ -0,0 +1 @@
export { default } from "../page"