Skip to content

Commit

Permalink
add use client flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ogous committed Dec 13, 2024
1 parent aa0988a commit 05e8aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/buttons/connectButton.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import { ConnectButton as ThirdWebButton } from "thirdweb/react";
import { config } from "@/config";

Expand Down

0 comments on commit 05e8aee

Please sign in to comment.