diff --git a/frontend/src/layouts/AppLayout/components/WishForm/WishForm.tsx b/frontend/src/layouts/AppLayout/components/WishForm/WishForm.tsx index 641230bf2a..bf87d0672a 100644 --- a/frontend/src/layouts/AppLayout/components/WishForm/WishForm.tsx +++ b/frontend/src/layouts/AppLayout/components/WishForm/WishForm.tsx @@ -2,7 +2,6 @@ import { useForm } from "react-hook-form"; import { faRocketchat } from "@fortawesome/free-brands-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { zodResolver } from "@hookform/resolvers/zod"; -import * as PopoverPrimitive from "@radix-ui/react-popover"; import { z } from "zod"; import { createNotification } from "@app/components/notifications"; @@ -72,7 +71,7 @@ export const WishForm = () => { @@ -83,23 +82,19 @@ export const WishForm = () => { errorText={errors?.text?.message} >