removal of redundant pages

This commit is contained in:
victorAnumudu
2024-05-15 20:47:29 +01:00
parent 3a35a34266
commit 5eb07b2057
60 changed files with 56 additions and 564 deletions
@@ -2,7 +2,7 @@ import { useQuery } from "react-query";
import { UserEditModalForm } from "./UserEditModalForm";
import { isNotEmpty, QUERIES } from "../../../../../_digifi/helpers";
import { useListView } from "../core/ListViewProvider";
import { getUserById } from "../core/_requests";
import { getUserById } from "../../core/_requests";
const UserEditModalFormWrapper = () => {
const { itemIdForUpdate, setItemIdForUpdate } = useListView();