feat: separate current and "new" web in route groups
This commit is contained in:
9
app/[lang]/(preview-current)/error.tsx
Normal file
9
app/[lang]/(preview-current)/error.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client"
|
||||
|
||||
export default function Error({ error }: { error: Error }) {
|
||||
return (
|
||||
<div>
|
||||
<h2>Something went wrong!</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user