This commit is contained in:
focp212@naver.com
2025-09-26 16:27:22 +09:00
parent e9b1ede881
commit 6a992012cf
2 changed files with 12 additions and 28 deletions

View File

@@ -17,6 +17,7 @@ import {
useSetFooterMode,
useSetFooterCurrentPage
} from '@/widgets/sub-layout/use-sub-layout';
import { useHomeTodayMutation } from '@/entities/home/api/use-home-today-mutation';
export const HomePage = () => {
const { callLogin } = useUserInfo();
@@ -32,6 +33,9 @@ export const HomePage = () => {
const [bottomBannerOn, setBottomBannerOn] = useState<boolean>(false);
const [authRegisterOn, setAuthRegisterOn] = useState<boolean>(false);
const [loginSuccess, setLoginSuccess] = useState<boolean>(false);
/*
const userParmas = {