import React from "react"; export interface SimpleRoute { path: string; page: React.ReactNode; }