rebrand to useSend (#210)

This commit is contained in:
KM Koushik
2025-09-03 08:21:55 +10:00
committed by GitHub
parent b1a59d2705
commit 07c53d3f58
219 changed files with 1349 additions and 2835 deletions
@@ -1,7 +1,7 @@
"use client";
import { Button } from "@unsend/ui/src/button";
import { Input } from "@unsend/ui/src/input";
import { Button } from "@usesend/ui/src/button";
import { Input } from "@usesend/ui/src/input";
import {
Dialog,
DialogContent,
@@ -9,10 +9,10 @@ import {
DialogHeader,
DialogTitle,
DialogTrigger,
} from "@unsend/ui/src/dialog";
} from "@usesend/ui/src/dialog";
import { api } from "~/trpc/react";
import React, { useState } from "react";
import { toast } from "@unsend/ui/src/toaster";
import { toast } from "@usesend/ui/src/toaster";
import { Trash2 } from "lucide-react";
import { z } from "zod";
import { useForm } from "react-hook-form";
@@ -25,7 +25,7 @@ import {
FormItem,
FormLabel,
FormMessage,
} from "@unsend/ui/src/form";
} from "@usesend/ui/src/form";
import { ContactBook } from "@prisma/client";
const contactBookSchema = z.object({