aboutsummaryrefslogtreecommitdiff
path: root/src/components/not_found/NotFound.jsx
blob: 71ed07572bda8e697f872c793f8f15131a667a29 (plain)
1
2
3
4
5
6
7
8
import React from "react";


export default function NotFound() {
    return (
        <div>Not Found!</div>
    )
}