feat: create component product

This commit is contained in:
caturbgs 2021-12-10 10:50:39 +07:00
parent ac948f3dd5
commit 48905225bb
4 changed files with 2 additions and 3 deletions

View File

@ -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",

View File

@ -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();

View File

@ -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: