aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account.routes.ts
blob: e348c6ebed9a22b689a7cfd230906fa76e7878cf (plain) (blame)
1
2
3
4
5
import { AccountComponent } from './account.component';

export const AccountRoutes = [
  { path: 'account', component: AccountComponent }
];