aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/404.js
blob: 9026548847c409ad3b10281b333877db1d183c8f (plain)
1
2
3
export default function FoHunnid() {
    return <h1>this page should be a fallback - something went wrong rip</h1>
}