style: apply prettier formatting
This commit is contained in:
@@ -4,5 +4,5 @@ import { ProductDetailComponent } from './product-detail.component';
|
||||
|
||||
export const SHOP_ROUTES: Routes = [
|
||||
{ path: '', component: ShopPageComponent },
|
||||
{ path: ':id', component: ProductDetailComponent }
|
||||
{ path: ':id', component: ProductDetailComponent },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user