파라미터 오류 수정

This commit is contained in:
focp212@naver.com
2025-10-30 13:39:06 +09:00
parent e0016bbf7f
commit f55c425037
7 changed files with 15 additions and 115 deletions

View File

@@ -10,7 +10,6 @@ import { HeaderNavigation } from '@/widgets/navigation/header';
import { FooterNavigation } from '@/widgets/navigation/footer';
import { PullToRefresh } from '@/widgets/pull-to-refresh/pull-to-refresh';
import { useNavigate } from '@/shared/lib/hooks';
import { useScrollToTop } from '@/shared/lib/hooks/use-scroll-to-top';
import {
CodeListItem,
CodesSelectParams,
@@ -59,7 +58,6 @@ export interface OnSetCommonCodesProps {
};
export const SubLayout = () => {
useScrollToTop();
const {
callLogin,
updateUserData