1 2 3 4 5 6 7
import React from "react"; export default function NotFound() { return ( <div>Not Found!</div> ) }