From 407d70d8c012e862edb96f6e64bf6b3fd2e4aa9a Mon Sep 17 00:00:00 2001 From: Mohammed Rayan sailani Date: Sun, 24 Sep 2023 21:56:05 +0530 Subject: [PATCH] fix-#2056:refactors --- package.json | 2 +- src/components/widgets/resources/disk.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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";