export interface Route { path: string; Component: React.FC; }