파라미터 오류 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user