refactor: lint

This commit is contained in:
Mauricio Siu
2025-02-15 23:01:44 -06:00
parent 515d65d993
commit ed62b4e1a3
6 changed files with 14 additions and 14 deletions

View File

@@ -11,9 +11,9 @@ import {
import { DropdownMenuItem } from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { api } from "@/utils/api";
import { PenBoxIcon, Plus, SquarePen } from "lucide-react";
import { useEffect, useState } from "react";
import { api } from "@/utils/api";
import { toast } from "sonner";
interface Props {

View File

@@ -495,11 +495,11 @@ import {
DropdownMenuShortcut,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { AddOrganization } from "../dashboard/organization/handle-organization";
import { authClient } from "@/lib/auth";
import { toast } from "sonner";
import { AddOrganization } from "../dashboard/organization/handle-organization";
import { DialogAction } from "../shared/dialog-action";
import { Button } from "../ui/button";
import { toast } from "sonner";
const data = {
user: {
name: "shadcn",