mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-05 19:30:48 -05:00
chore: add prettier config for import sorting, update packages, migrate to prettier 3 (#1777)
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import { createTeamAction } from "../../../apps/web/app/(app)/environments/[environmentId]/actions";
|
||||
import { Modal } from "../Modal";
|
||||
import { Button } from "../Button";
|
||||
import { Input } from "../Input";
|
||||
import { Label } from "../Label";
|
||||
import { PlusCircleIcon } from "@heroicons/react/24/outline";
|
||||
import { useRouter } from "next/navigation";
|
||||
import { useState } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
import toast from "react-hot-toast";
|
||||
|
||||
import { createTeamAction } from "../../../apps/web/app/(app)/environments/[environmentId]/actions";
|
||||
import { Button } from "../Button";
|
||||
import { Input } from "../Input";
|
||||
import { Label } from "../Label";
|
||||
import { Modal } from "../Modal";
|
||||
|
||||
interface CreateTeamModalProps {
|
||||
open: boolean;
|
||||
setOpen: (v: boolean) => void;
|
||||
|
||||
Reference in New Issue
Block a user