Skip to content

Commit

Permalink
fix: add use client (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioRobayo authored Jul 21, 2024
1 parent 9e0c1ed commit 25ca8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.1
20
2 changes: 2 additions & 0 deletions src/Email.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import React, {
AnchorHTMLAttributes,
DetailedHTMLProps,
Expand Down

0 comments on commit 25ca8f7

Please sign in to comment.