chore(docs): lint fix (#4827)

This commit is contained in:
Alex Yang
2025-09-22 16:42:14 -07:00
committed by GitHub
parent 10e509c9d0
commit fa12a008aa
4 changed files with 3 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
"use client";
import { Check, Copy } from "lucide-react";
import { cn } from "@/lib/utils";
import { Button } from "./ui/button";
import { useState } from "react";
function Method({ method }: { method: "POST" | "GET" | "DELETE" | "PUT" }) {