불필요 라이브러리 제거

This commit is contained in:
focp212@naver.com
2025-11-17 10:54:41 +09:00
parent b413b6d42d
commit abae4ff8f7

View File

@@ -2,7 +2,6 @@ import { StorageKeys } from '@/shared/constants/local-storage';
import { getLocalStorage } from '@/shared/lib';
import { Dialog } from '@/shared/ui/dialogs/dialog';
import { overlay } from 'overlay-kit';
import { useTranslation } from 'react-i18next';
export const showAlert = (msg: string, callback?: () => void) => {
let language = getLocalStorage(StorageKeys.i18nextLng);