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 {