Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
5b2b7d4d41
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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';