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",
|
||||
"marketplace",
|
||||
"installer",
|
||||
"cnhi"
|
||||
"cnhi",
|
||||
"libracart"
|
||||
].sort();
|
||||
|
||||
const [rows, setRows] = useState<User[]>([])
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@ export {
|
|||
useFileControllerAPI,
|
||||
useContractAPI, //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";
|
||||
// export { SecurityContext, useSecurity } from "./security";
|
||||
export { SnackbarContext, useSnackbar } from "./Snackbar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue