chore: clean package.json (#993)

* chore: clean `package.json`

* chore: update
This commit is contained in:
boojack
2023-01-26 00:35:50 +08:00
committed by GitHub
parent 6c3ff6de63
commit 5b0a54bfb7
14 changed files with 219 additions and 1874 deletions

View File

@ -1,4 +1,4 @@
import { isEqual } from "lodash";
import { isEqual } from "lodash-es";
import { useEffect, useState } from "react";
import { useTranslation } from "react-i18next";
import { useUserStore } from "../store/module";