فهرست منبع

delete api notification js

ryoji-s 3 سال پیش
والد
کامیت
a1ff34dc23
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      packages/app/src/client/util/apiNotification.js

+ 0 - 7
packages/app/src/client/util/apiNotification.js

@@ -1,7 +0,0 @@
-import { legacy } from './toastr';
-
-// DEPRECATED -- 2022.12.07 Yuki Takei
-// Use methods from './toastr.ts' instead
-export const toastError = legacy.toastError;
-export const toastSuccess = legacy.toastSuccess;
-export const toastWarning = legacy.toastWarning;