diff --git a/apps/docs/src/App.tsx b/apps/docs/src/App.tsx index 301ff2e..8054a7d 100644 --- a/apps/docs/src/App.tsx +++ b/apps/docs/src/App.tsx @@ -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() { @@ -89,11 +88,6 @@ function App() { > 여긴 본문 -
- - - -
); }