export interface Crumb {
    path: string;
    title: string;
}
