chore: 代码移除

This commit is contained in:
liuweiqing 2024-02-05 23:10:59 +08:00
parent d6b3f988c5
commit c6c9914e84

View File

@ -4,7 +4,7 @@ import { faCog } from "@fortawesome/free-solid-svg-icons";
import React, { useState } from "react";
import Link from "next/link";
import SettingsWrapper from "@/components/SettingsWrapper";
import Settings from "@/components/Settings";
const SettingsLink = () => {
const [isVisible, setIsVisible] = useState(false);
@ -26,7 +26,7 @@ const SettingsLink = () => {
// }`}
// >
// <SettingsWrapper />
// <Settings />
// </div>
// </>
<Link href="/settings" aria-label="Settings">