chore: cleanup

This commit is contained in:
Bereket Engida
2024-10-12 02:51:39 +03:00
parent ec0fed68dd
commit 94f1fe10c0
6 changed files with 43 additions and 52 deletions

View File

@@ -15,7 +15,6 @@ import { useParams, useRouter } from "next/navigation";
import { Skeleton } from "@/components/ui/skeleton";
import { client, organization } from "@/lib/auth-client";
import { InvitationError } from "./invitation-error";
import { Invitation } from "@/lib/auth-types";
export default function InvitationPage() {
const params = useParams<{