mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-08 13:04:50 +02:00
refactor contexts, format zod errors, and more refactoring
This commit is contained in:
parent
2635443105
commit
2852d62258
83 changed files with 2150 additions and 1264 deletions
|
@ -6,7 +6,7 @@ import { useFieldArray, useForm } from "react-hook-form"
|
|||
import { z } from "zod"
|
||||
|
||||
import { cn } from "@/lib/utils"
|
||||
import { toast } from "@/hooks/use-toast"
|
||||
import { toast } from "@/hooks/useToast"
|
||||
|
||||
import { Button } from "@/components/ui/button"
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue