Skip to content

Commit

Permalink
fix(ui-kit): 사용하지 않는 디펜던시 제거 (#67)
Browse files Browse the repository at this point in the history
* feat: Icon 컴포넌트 추가

* feat: 기존에 아이콘 모듈을 사용하던 곳 변경

* fix(ui-kit): fix lint
  • Loading branch information
evan-moon authored Apr 7, 2021
1 parent e7bb90f commit 915e889
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui-kit/src/components/Accordion/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { forwardRef, useEffect, useRef, useState } from 'react';
import { CombineElementProps } from 'src/types/utils';
import classnames from 'classnames';
import Icon from '../Icon';
import { chevronDown } from 'ionicons/icons';
import Text from '../Text';
import { useResizeObserver } from 'src/hooks/useResizeObserver';
import { colors } from 'src/constants/colors';
Expand Down
1 change: 0 additions & 1 deletion ui-kit/src/stories/Input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState } from 'react';
import { Input, Text, colors } from 'src';
import { Meta } from '@storybook/react/types-6-0';
import Icon from 'src/components/Icon';
import { checkmarkCircle, closeCircle, musicalNote } from 'ionicons/icons';
import { TextInputType } from 'components/Input';

export default {
Expand Down

0 comments on commit 915e889

Please sign in to comment.