import React from "react"; import { Router } from "@reach/router"; import { ListNotes, CreateNote, ShowNote, NotFound } from "./content"; const Routes = () => ( ); export { Routes };