diff options
Diffstat (limited to 'frontend/src/System/Logs/index.tsx')
-rw-r--r-- | frontend/src/System/Logs/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/System/Logs/index.tsx b/frontend/src/System/Logs/index.tsx index 49840abbf..9458eb636 100644 --- a/frontend/src/System/Logs/index.tsx +++ b/frontend/src/System/Logs/index.tsx @@ -7,7 +7,7 @@ import { useSystemLogs } from "../../@redux/hooks"; import { useReduxAction } from "../../@redux/hooks/base"; import { SystemApi } from "../../apis"; import { AsyncOverlay, ContentHeader } from "../../components"; -import { useBaseUrl } from "../../utilites"; +import { useBaseUrl } from "../../utilities"; import Table from "./table"; interface Props {} |