Yuki Takei před 2 roky
rodič
revize
5b2b7d4d41
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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';