3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
export default function Custom404() {
|
||
return <h1>404 - Страницата не е намерена</h1>
|
||
} |