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