export interface Breadcrumb {
    text: string;
    path: string;
}
