@ -32,7 +32,6 @@ import { QuotesService } from './services/quotes.service';
const routes: Routes = [
{ path: '', component: QuotesComponent },
//{ path: 'quotes/:id', component: QuoteComponent },
{ path: '**', redirectTo: '/' }
];