prototype 1.0
This commit is contained in:
5
src/app/errors/forbidden/page.tsx
Normal file
5
src/app/errors/forbidden/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ForbiddenError } from "./components/forbidden-error"
|
||||
|
||||
export default function ForbiddenPage() {
|
||||
return <ForbiddenError />
|
||||
}
|
||||
Reference in New Issue
Block a user