Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update components/invite-friends/index.tsx
Browse files
components/invite-friends/index.tsx
CHANGED
@@ -10,8 +10,6 @@ import {
|
|
10 |
} from "@/components/ui/dialog";
|
11 |
|
12 |
export function InviteFriends() {
|
13 |
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
14 |
-
const [_, copyToClipboard] = useCopyToClipboard();
|
15 |
|
16 |
return (
|
17 |
<Dialog>
|
|
|
10 |
} from "@/components/ui/dialog";
|
11 |
|
12 |
export function InviteFriends() {
|
|
|
|
|
13 |
|
14 |
return (
|
15 |
<Dialog>
|