mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-03-02 16:23:23 +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