fixed bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import ErrorNotification from "./ErrorNotification";
|
||||
import WarningNotification from "./WarningNotification";
|
||||
import SuccessNotification from "./successNotification";
|
||||
import SuccessNotification from "./SuccessNotification";
|
||||
|
||||
const Notifications = async (directionApp, response, t) => {
|
||||
const { status, data } = response;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { createContext } from "react";
|
||||
import useDataTable from "../hooks/useDataTable";
|
||||
import useDataTable from "../hooks/useDatatable";
|
||||
|
||||
export const DataTableContext = createContext();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user