Skip to content

Commit

Permalink
fix: missing use client
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkaske committed Jul 12, 2024
1 parent 8918f90 commit 0868536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/components/forms/monitor/request-test-button.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { Send } from "lucide-react";
import React from "react";
import type { UseFormReturn } from "react-hook-form";
Expand Down

0 comments on commit 0868536

Please sign in to comment.