export interface IDynamicComponent {
    className: string;
    path: string;
}
