import { ProgressbarSectionComponent } from './progressbar-section.component';

export const routes = [{ path: '', component: ProgressbarSectionComponent }];
