chore(debug): auth
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"use client"
|
||||
|
||||
import type { ErrorPage } from "@/types/next/error"
|
||||
|
||||
export default function ProfileError({ error }: ErrorPage) {
|
||||
console.error(error)
|
||||
return <h1>Error happened, Profile</h1>
|
||||
}
|
||||
Reference in New Issue
Block a user