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