Projekt

Obecné

Profil

Stáhnout (143 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
const NotFound = () => {
2

    
3
    return (
4
        <>
5
            <h1>Page Not Found 😡😡😡</h1>
6
        </>
7
    )
8
}
9

    
10
export default NotFound
    (1-1/1)