diff --git a/.env b/.env index d965dec..cd41370 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_API_URL=http://192.168.1.250:3000 \ No newline at end of file +VITE_API_URL=http://localhost:3000 \ No newline at end of file diff --git a/src/components/CreateSessionModal.tsx b/src/components/CreateSessionModal.tsx deleted file mode 100644 index 6228322..0000000 --- a/src/components/CreateSessionModal.tsx +++ /dev/null @@ -1,72 +0,0 @@ -import Button from "./Button"; -import SessionIcon from "./icons/SessionIcon"; -import Input from "./Input"; -import useQueryApps from "../queries/useQueryApps.ts"; -import useQueryServers from "../queries/useQueryServers.ts"; -import Select from "./Select.tsx"; - -export default function CreateSessionModal() { - const { data: apps } = useQueryApps(); - - const { data: servers } = useQueryServers(); - - return ( -
-
-
-
-
- -
-
-

Создание сеанса

-

- Укажите данные клиента, выберите менеджера и стол -

-
-
-
-

- Имя * -

-
- -
-
-
-

- Номер * -

-
- -
-
-
-

Электронная почта

-
- -
-
- {apps && ( -
-

Приложение

-
-