chore: make client component for custom error page
This commit is contained in:
parent
e3544879f4
commit
e26c751e73
@ -1,3 +1,5 @@
|
||||
'use client'
|
||||
|
||||
export default function ServerError() {
|
||||
return (
|
||||
<section className="bg-white dark:bg-gray-900">
|
||||
@ -1,3 +1,5 @@
|
||||
'use client'
|
||||
|
||||
import Link from 'next/link'
|
||||
|
||||
export default function NotFound() {
|
||||
Loading…
x
Reference in New Issue
Block a user