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