mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-03 05:46:54 +08:00
feat: chat panel header absolute
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import Locale from "@/app/locales";
|
||||
import useMobileScreen from "@/app/hooks/useMobileScreen";
|
||||
import MenuWrapper from "@/app/components/MenuWrapper";
|
||||
import MenuLayout from "@/app/components/MenuLayout";
|
||||
|
||||
import Panel from "./SettingPanel";
|
||||
|
||||
import GotoIcon from "@/app/icons/goto.svg";
|
||||
|
||||
export default MenuWrapper(function SettingList(props) {
|
||||
export default MenuLayout(function SettingList(props) {
|
||||
const { setShowPanel } = props;
|
||||
const isMobileScreen = useMobileScreen();
|
||||
|
||||
|
Reference in New Issue
Block a user