Skip to content

Commit e00918d

Browse files
committed
fix: 임시 오류 제거
1 parent 0538d16 commit e00918d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/pages/main/Node.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Header } from '@/shared/components';
2-
import AddressCopy from '@/shared/components/button/AddressCopy';
32
import LocationCard from '@/shared/components/container/LocationCard';
43
import { Icon } from '@/shared/icons';
54
import { cn } from '@/shared/lib';
@@ -57,12 +56,6 @@ const Board = () => {
5756
variant='mint'
5857
size='large'
5958
/>
60-
61-
<AddressCopy
62-
variant='mint'
63-
value='인천광역시 계양구 오조산로 31길(복사되어야할 주소)'
64-
label={label ? String(label) : '노드'}
65-
/>
6659
</main>
6760
</div>
6861
);

0 commit comments

Comments
 (0)