Yuki Takei 2 лет назад
Родитель
Сommit
5b2b7d4d41
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      apps/app/src/client/util/toastr.ts

+ 2 - 1
apps/app/src/client/util/toastr.ts

@@ -1,4 +1,5 @@
-import { toast, ToastContent, ToastOptions } from 'react-toastify';
+import type { ToastContent, ToastOptions } from 'react-toastify';
+import { toast } from 'react-toastify';
 
 import { toArrayIfNot } from '~/utils/array-utils';