fix-#2056:refactors

This commit is contained in:
Mohammed Rayan sailani 2023-09-24 21:56:05 +05:30
parent c01783c862
commit 407d70d8c0
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -1,4 +1,3 @@
import _ from "lodash";
import useSWR from "swr";
import { FiHardDrive } from "react-icons/fi";
import { useTranslation } from "next-i18next";