change date type for req & design and fields & add requests & fix bug appointment and dashboard

This commit is contained in:
Ehsan
2025-07-04 23:44:29 +03:30
parent 597fa1931d
commit f951128074
19 changed files with 273 additions and 58 deletions
@@ -1,9 +1,9 @@
import { useEffect, useState } from "react";
import Form from "./Form";
import Form from "./form";
import { request } from "@/services/response";
import ButtonSendData from "./ButtonSendData";
import { getParsedUserInfo } from "@/helper";
import { disease } from "../information/disease";
import { disease } from "./form/disease";
function Information({ information, setInformation }) {
const [loading, setLoading] = useState(false);