Skip to content
Snippets Groups Projects
Forked from matefun / Frontend
161 commits behind the upstream repository.
matefun.routes.ts 185 B
import { Route } from '@angular/router';
import { MateFunComponent } from './index';
export const MateFunRoutes: Route[] = [
	{
		path: 'funciones',
		component: MateFunComponent
	}
];