diff options
Diffstat (limited to 'frontend/src/pages/System/Status/table.tsx')
-rw-r--r-- | frontend/src/pages/System/Status/table.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/System/Status/table.tsx b/frontend/src/pages/System/Status/table.tsx index c139f9d93..a22f4e435 100644 --- a/frontend/src/pages/System/Status/table.tsx +++ b/frontend/src/pages/System/Status/table.tsx @@ -1,7 +1,7 @@ -import { SimpleTable } from "@/components"; -import { Text } from "@mantine/core"; import { FunctionComponent, useMemo } from "react"; import { Column } from "react-table"; +import { Text } from "@mantine/core"; +import { SimpleTable } from "@/components"; interface Props { health: readonly System.Health[]; |