Sonny

Results 2 issues of Sonny

### 📌 작업 내용 - eslint-import-plugin 설정이 잘못되어 발생하는 에러를 해결 합니다.

fix

### 📌 작업 내용 ``` interface TextProps extends HTMLAttributes { tag?: 'span' | 'p' ... } ``` - 현재 `p` 또는 `span` 태그를 받지만 Attributes는 늘 SpanElement를 가리키고 있어 동적으로...

refactor