Openstatus www.openstatus.dev

fix: missing use client

+2
+2
apps/web/src/components/forms/monitor/request-test-button.tsx
··· 1 + "use client"; 2 + 1 3 import { Send } from "lucide-react"; 2 4 import React from "react"; 3 5 import type { UseFormReturn } from "react-hook-form";