1
0
Fork 0

remove opinionated changes from react-components

This commit is contained in:
Enoch Riese 2023-06-06 13:24:20 -05:00
parent 1ea470aa87
commit 5905e999a1
4 changed files with 6 additions and 13 deletions

View file

@ -1,4 +1,4 @@
import { forwardRef } from 'react'
import React, { forwardRef } from 'react'
export const Group = forwardRef((props, ref) => (
<g {...props} ref={ref}>