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