lint fixes for react-components
This commit is contained in:
parent
f27aacc152
commit
3503d97fae
18 changed files with 38 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
// eslint-disable-next-line no-unused-vars
|
||||
import React, { forwardRef } from 'react'
|
||||
|
||||
export const Group = forwardRef((props, ref) => (
|
||||
|
@ -5,3 +6,5 @@ export const Group = forwardRef((props, ref) => (
|
|||
{props.children}
|
||||
</g>
|
||||
))
|
||||
|
||||
Group.displayName = 'Group'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue