import React, {Fragment} from "react"; import styles from "./NotFound.css"; export default function NotFound() { return (

Not found route!

); }