diff --git a/package.json b/package.json index 41fa36b4..f6e39a97 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev -p 3030", + "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", diff --git a/src/components/widgets/resources/disk.jsx b/src/components/widgets/resources/disk.jsx index c4f07f9a..9896f63f 100644 --- a/src/components/widgets/resources/disk.jsx +++ b/src/components/widgets/resources/disk.jsx @@ -1,4 +1,3 @@ -import _ from "lodash"; import useSWR from "swr"; import { FiHardDrive } from "react-icons/fi"; import { useTranslation } from "next-i18next";