feat: create component product
This commit is contained in:
		| @@ -3,7 +3,6 @@ import {Authentication} from "./authentication"; | ||||
| import {User} from "./user"; | ||||
| import {Membership} from "./membership"; | ||||
| import {Product} from "./product"; | ||||
| import {Categories} from "./categories"; | ||||
| import {TokenUtil} from "../utils/token"; | ||||
|  | ||||
| export class Store { | ||||
| @@ -12,7 +11,6 @@ export class Store { | ||||
|     user = new User(this); | ||||
|     membership = new Membership(this); | ||||
|     product = new Product(this); | ||||
|     categories = new Categories(this); | ||||
|  | ||||
|     constructor() { | ||||
|         TokenUtil.loadToken(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user