1
0
Fork 0

lint fixes for react-components

This commit is contained in:
Enoch Riese 2023-06-07 10:06:30 -05:00
parent f27aacc152
commit 3503d97fae
18 changed files with 38 additions and 9 deletions

View file

@ -21,7 +21,7 @@ export const Svg = SvgComponent
export const Defs = DefsComponent
export const Group = GroupComponent
export const Stack = StackComponent
export const Part = DefsComponent
export const Part = PartComponent
export const Point = PointComponent
export const Path = PathComponent
export const Snippet = SnippetComponent