불필요 라이브러리 제거
This commit is contained in:
@@ -2,7 +2,6 @@ import { StorageKeys } from '@/shared/constants/local-storage';
|
|||||||
import { getLocalStorage } from '@/shared/lib';
|
import { getLocalStorage } from '@/shared/lib';
|
||||||
import { Dialog } from '@/shared/ui/dialogs/dialog';
|
import { Dialog } from '@/shared/ui/dialogs/dialog';
|
||||||
import { overlay } from 'overlay-kit';
|
import { overlay } from 'overlay-kit';
|
||||||
import { useTranslation } from 'react-i18next';
|
|
||||||
|
|
||||||
export const showAlert = (msg: string, callback?: () => void) => {
|
export const showAlert = (msg: string, callback?: () => void) => {
|
||||||
let language = getLocalStorage(StorageKeys.i18nextLng);
|
let language = getLocalStorage(StorageKeys.i18nextLng);
|
||||||
|
|||||||
Reference in New Issue
Block a user