diff --git a/src/components/programs/add.tsx b/src/components/programs/add.tsx index ad97eb7..cae5440 100644 --- a/src/components/programs/add.tsx +++ b/src/components/programs/add.tsx @@ -1,26 +1,70 @@ +"use client"; import { AlertDialogAction, AlertDialogCancel, AlertDialogContent, - AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, - AlertDialogTitle, } from "@/components/ui/alert-dialog"; +import Input from "@/components/global/inputs/input"; +import Select from "@/components/global/inputs/select"; +import Textarea from "@/components/global/inputs/textarea"; +import { Label } from "../ui/label"; +import Button from "../global/button"; + const Add = () => { return ( - + - Are you absolutely sure? - - This action cannot be undone. This will permanently delete your - account and remove your data from our servers. - + + +