debug for lunching project

This commit is contained in:
2023-07-24 16:23:26 +03:30
parent afcc799d95
commit 3fb4c4a3a3
4 changed files with 71 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
import { toast } from "react-toastify";
import ErrorNotification from "./ErrorNotification";
import SuccessNotification from "./successNotification";
import WarningNotification from "./warningNotification";
import SuccessNotification from "./SuccessNotification";
import WarningNotification from "./WarningNotification";
const Notifications = async (directionApp, t, response) => {
console.log(directionApp, t, response);