Skip to content

Commit

Permalink
styling improvements to onboarding flow
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Jul 12, 2024
1 parent 5125149 commit 6574c0a
Show file tree
Hide file tree
Showing 10 changed files with 449 additions and 455 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"use client";
import { createOrganizationSchema } from "@/app/(dynamic-pages)/(authenticated-pages)/onboarding/OnboardingFlow";
import { Button } from "@/components/Button";
import { T } from "@/components/ui/Typography";
import { Input } from "@/components/ui/input";
import { updateOrganizationInfo } from "@/data/user/organizations";
import { useSAToastMutation } from "@/hooks/useSAToastMutation";
import { generateSlug } from "@/lib/utils";
import { createOrganizationSchema } from "@/utils/zod-schemas/organization";
import { zodResolver } from "@hookform/resolvers/zod";
import { useRouter } from "next/navigation";
import { useForm, type SubmitHandler } from "react-hook-form";
Expand Down
Loading

0 comments on commit 6574c0a

Please sign in to comment.