1
0
Fork 0

lint fixes

This commit is contained in:
Enoch Riese 2022-11-14 16:53:31 -06:00
parent 18f588dc99
commit 3676c7af07
6 changed files with 13 additions and 12 deletions

View file

@ -67,4 +67,6 @@ const SvgWrapper = forwardRef((props, ref) => {
)
})
SvgWrapper.displayName = 'SvgWrapper'
export default SvgWrapper