에디터 정리 및 버그 수정
This commit is contained in:
@@ -10,6 +10,9 @@ vi.mock("next/navigation", () => {
|
||||
return {
|
||||
__esModule: true,
|
||||
useRouter: () => ({ push: pushMock }),
|
||||
useSearchParams: () => ({
|
||||
get: () => null,
|
||||
}),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user