When building the package, the following unused import is being reported multiple times as an issue:
(!) Plugin typescript: @rollup/plugin-typescript TS6133: 'React' is declared but its value is never read.
src/components/Icons/ArrowCircleDown.tsx: (1:1)
1 import * as React from 'react';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/components/Icons/ArrowCircleLeft.tsx: (1:1)
1 import * as React from 'react';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/components/Icons/ArrowCircleRight.tsx: (1:1)
1 import * as React from 'react';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/components/Icons/ArrowCircleUp.tsx: (1:1)
...
💡 Description
When building the package, the following unused import is being reported multiple times as an issue:
⚔️ Parent Epic / Related Tickets
No response