fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

1import type { Routes } from '@angular/router'; 2 3import { PetStoreComponent } from './pet-store/pet-store.component'; 4 5export const routes: Routes = [ 6 { 7 component: PetStoreComponent, 8 path: '', 9 }, 10];