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

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