mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 20:37:44 +00:00
chore(docs): lint fix (#4827)
This commit is contained in:
@@ -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" }) {
|
||||
|
||||
Reference in New Issue
Block a user