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