Yuki Takei пре 2 година
родитељ
комит
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';