minor update
This commit is contained in:
parent
1596f14ecd
commit
5d9f4787a5
2 changed files with 4 additions and 2 deletions
|
|
@ -128,7 +128,8 @@ export default function Users() {
|
||||||
"developer",
|
"developer",
|
||||||
"marketplace",
|
"marketplace",
|
||||||
"installer",
|
"installer",
|
||||||
"cnhi"
|
"cnhi",
|
||||||
|
"libracart"
|
||||||
].sort();
|
].sort();
|
||||||
|
|
||||||
const [rows, setRows] = useState<User[]>([])
|
const [rows, setRows] = useState<User[]>([])
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,8 @@ export {
|
||||||
useFileControllerAPI,
|
useFileControllerAPI,
|
||||||
useContractAPI, //TODO: update api with resolve, reject
|
useContractAPI, //TODO: update api with resolve, reject
|
||||||
useJohnDeereProxyAPI, //TODO: update api with resolve, reject
|
useJohnDeereProxyAPI, //TODO: update api with resolve, reject
|
||||||
useCNHiProxyAPI //TODO: update api with resolve, reject
|
useCNHiProxyAPI, //TODO: update api with resolve, reject
|
||||||
|
useLibraCartProxyAPI //TODO: update api with resolve, reject
|
||||||
} from "./pond/pond";
|
} from "./pond/pond";
|
||||||
// export { SecurityContext, useSecurity } from "./security";
|
// export { SecurityContext, useSecurity } from "./security";
|
||||||
export { SnackbarContext, useSnackbar } from "./Snackbar";
|
export { SnackbarContext, useSnackbar } from "./Snackbar";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue