This commit is contained in:
DirkSchlossmacher 2024-07-31 16:30:53 +02:00
parent 83381519cb
commit 1e3ff03c6d

View File

@ -30,7 +30,6 @@ import {
} from "../constant"; } from "../constant";
import { signOut } from "next-auth/react"; import { signOut } from "next-auth/react";
import dynamic from "next/dynamic";
import { Link, useNavigate } from "react-router-dom"; import { Link, useNavigate } from "react-router-dom";
import { isIOS, useMobileScreen } from "../utils"; import { isIOS, useMobileScreen } from "../utils";
import dynamic from "next/dynamic"; import dynamic from "next/dynamic";