feat: create component product
This commit is contained in:
		| @@ -45,6 +45,7 @@ | ||||
|     "jest-watch-typeahead": "0.6.1", | ||||
|     "less": "^3.11.1", | ||||
|     "less-loader": "6.1.0", | ||||
|     "lodash": "^4.17.21", | ||||
|     "mini-css-extract-plugin": "0.11.3", | ||||
|     "mobx": "^6.3.2", | ||||
|     "mobx-react-lite": "^3.2.0", | ||||
|   | ||||
| @@ -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(); | ||||
|   | ||||
| @@ -7784,7 +7784,7 @@ lodash.uniq@^4.5.0: | ||||
|  | ||||
| lodash@^4.17.21: | ||||
|   version "4.17.21" | ||||
|   resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" | ||||
|   resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||||
|   integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | ||||
|  | ||||
| loglevel@^1.6.8: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user