fixed compilation warnings caused by lazy loading modules
This commit is contained in:
parent
2d00070130
commit
13346403e5
47 changed files with 85 additions and 76 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { AxiosResponse } from "axios";
|
||||
import { useHTTP } from "hooks";
|
||||
import { useHTTP } from "../http";
|
||||
import { permissionToString } from "pbHelpers/Permission";
|
||||
import { pond } from "protobuf-ts/pond";
|
||||
import { useGlobalState } from "providers/StateContainer";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue