diff --git a/src/pages/index.jsx b/src/pages/index.jsx index ef869802..dc794a15 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -4,7 +4,7 @@ import Head from "next/head"; import dynamic from "next/dynamic"; import classNames from "classnames"; import { useTranslation } from "next-i18next"; -import { useEffect, useContext, useState, useMemo } from "react"; +import { useEffect, useContext, useState } from "react"; import { BiError } from "react-icons/bi"; import { serverSideTranslations } from "next-i18next/serverSideTranslations"; @@ -230,46 +230,6 @@ function Home({ initialSettings }) { } }) - const servicesAndBookmarksGroups = useMemo(() => { - const mergedGroups = [ - services?.length > 0 ? ( -