Projekt

Obecné

Profil

Stáhnout (143 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 c7d2ced1 Václav Honzík
const NotFound = () => {
2
3
    return (
4
        <>
5
            <h1>Page Not Found 😡😡😡</h1>
6
        </>
7
    )
8
}
9
10
export default NotFound