fix linting
This commit is contained in:
parent
0c8bbdf02b
commit
7b523501ad
3 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@ import useSWR from "swr";
|
|||
import { FiCpu } from "react-icons/fi";
|
||||
import { BiError } from "react-icons/bi";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import UsageBar from "./usage-bar";
|
||||
|
||||
export default function Cpu() {
|
||||
|
|
|
@ -2,6 +2,7 @@ import useSWR from "swr";
|
|||
import { FiHardDrive } from "react-icons/fi";
|
||||
import { BiError } from "react-icons/bi";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import UsageBar from "./usage-bar";
|
||||
|
||||
export default function Disk({ options }) {
|
||||
|
|
|
@ -2,6 +2,7 @@ import useSWR from "swr";
|
|||
import { FaMemory } from "react-icons/fa";
|
||||
import { BiError } from "react-icons/bi";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import UsageBar from "./usage-bar";
|
||||
|
||||
export default function Memory() {
|
||||
|
|
Loading…
Add table
Reference in a new issue