Skip to content

Commit

Permalink
feat(Icon): docs 아이콘 테스트했던 코드 삭제 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
suwonthugger committed Oct 27, 2024
1 parent 7d29b3d commit acb959f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/docs/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ChangeEvent, useState } from 'react';
import '@sopt-makers/ui/dist/index.css';

import { FieldBox, SearchField, Test, TextArea, TextField } from '@sopt-makers/ui';
import { IconBirthdayPrimary, IconBirthdaySecondary, IconPhone, IconAlarmClock } from '@sopt-makers/icons';
import { colors } from '@sopt-makers/colors';

function App() {
Expand Down Expand Up @@ -89,11 +88,6 @@ function App() {
>
<span style={{ color: colors.white }}>여긴 본문</span>
</FieldBox>
<div>
<IconBirthdayPrimary />
<IconBirthdaySecondary />
<IconPhone />
</div>
</>
);
}
Expand Down

0 comments on commit acb959f

Please sign in to comment.