Skip to content

Commit 9c34bf6

Browse files
committed
feat : use client 누락
1 parent 2d8117a commit 9c34bf6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/shared/components/button/AddressCopy.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
'use client';
12
import { Icon } from '@/shared/icons';
23
import { cn } from '@/shared/lib';
34
import { cva, type VariantProps } from 'class-variance-authority';
45
import { useState } from 'react';
6+
import { useRouter } from 'next/router';
57

68
const addressCopyStyle = cva(
79
'flex items-center justify-start flex-shrink-0 rounded-full transition-all duration-200',

src/shared/components/set/LocationBubbleSet.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use client';
12
import Overlay from '@/shared/common/Overlay';
23
import LocationBubble from '@/shared/components/container/LocationBubble';
34
import { cn } from '@/shared/lib';

0 commit comments

Comments
 (0)