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