cleaned ununsed dependancies and packages

This commit is contained in:
2023-02-15 11:43:38 +00:00
parent fc5217daf8
commit 9fe6c24f71
20 changed files with 47 additions and 155 deletions
+1 -6
View File
@@ -4,7 +4,7 @@ import _ from "lodash";
import { useState } from "react";
import { useRouter } from "next/router";
import useTranslation from "next-translate/useTranslation";
import LoadingOverlay from "react-loading-overlay";
import { getSession, useSession } from "next-auth/react";
const Breadcrumbs = (props) => {
@@ -848,11 +848,6 @@ const Breadcrumbs = (props) => {
</ol>
</div>
</nav>
{/* <LoadingOverlay
active={showSpinnerState}
spinner
text={t("common:spinner-searching")}
/> */}
</>
);
};