File size: 74 Bytes
1e92f2d |
1 2 3 4 |
export default function NotFound() {
return <h2>Custom Not Found</h2>
}
|
1e92f2d |
1 2 3 4 |
export default function NotFound() {
return <h2>Custom Not Found</h2>
}
|