..
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user