fix: make header a parallel route

This commit is contained in:
Christel Westerberg
2024-06-11 16:47:18 +02:00
parent f557c8e465
commit e622be7c86
11 changed files with 110 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
"use client"
export default function Error() {
// Don't return any header if error
return null
}