Fixed builds

This commit is contained in:
Zakary Timson 2018-07-24 20:32:52 -04:00
parent 771130ed16
commit 429b52df58

View File

@ -21,10 +21,10 @@ export class CategoriesComponent {
products: Observable<Product[]>;
constructor(
private store: AppStore,
private route: ActivatedRoute,
private dialog: MatDialog,
public app: AppComponent
public app: AppComponent,
public store: AppStore
) {}
ngOnInit() {