mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-21 11:29:20 +08:00
feat: redesign settings page
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { useWindowSize } from "@/app/hooks/useWindowSize";
|
||||
|
||||
export const MOBILE_MAX_WIDTH = 768;
|
||||
import { MOBILE_MAX_WIDTH } from "@/app/hooks/useListenWinResize";
|
||||
|
||||
export default function useMobileScreen() {
|
||||
const { width } = useWindowSize();
|
||||
|
Reference in New Issue
Block a user