Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloria Giannascoli committed Jul 29, 2024
1 parent 867d786 commit e0990ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/pages/CheckoutWizard/Address/Address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import axios from "axios"
import { useMutation, useQuery } from "@tanstack/react-query"
import useUserStore from "../../../stores/userStore"
import {} from "zod"
import TextInputRHF from "../../../components/Input/TextInput/TextInputRhf"
import SelectInputRHF from "../../../components/Input/SelectInput/SelectInputRhf"
import TextInputRHF from "../../../components/Input/TextInput/TextInput.rhf"
import SelectInputRHF from "../../../components/Input/SelectInput/SelectInput.rhf"
import {} from "react"
import { DevTool } from "@hookform/devtools"
import MapComponent from "../../../components/Map/MapComponent"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/CheckoutWizard/Checkout/Checkout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Controller, FormProvider, useForm } from "react-hook-form"
import styles from "./Checkout.module.scss"
import useUserStore from "../../../stores/userStore"
import { Button, FormLabel } from "@mui/material"
import TextInputRHF from "../../../components/Input/TextInput/TextInputRhf"
import TextInputRHF from "../../../components/Input/TextInput/TextInput.rhf"
import DateInput from "../../../components/Input/DateInput/DateInput"
import {} from "react-router-dom"
import {} from "lodash"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/ReservedArea/ReservedArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import Dialog from "@mui/material/Dialog"
import DialogTitle from "@mui/material/DialogTitle"
import { AddressData, IDistrict } from "../CheckoutWizard/Address/Address"
import { FormProvider, useForm } from "react-hook-form"
import TextInputRHF from "../../components/Input/TextInput/TextInputRhf"
import SelectInputRHF from "../../components/Input/SelectInput/SelectInputRhf"
import TextInputRHF from "../../components/Input/TextInput/TextInput.rhf"
import SelectInputRHF from "../../components/Input/SelectInput/SelectInput.rhf"
import axios from "axios"
import { useMutation, useQuery } from "@tanstack/react-query"
import { DishComplete } from "../Menu/Menu"
Expand Down

0 comments on commit e0990ef

Please sign in to comment.