feat[react]: Linting with eslint 9
This commit is contained in:
parent
14eab04d5b
commit
f69093b0dc
99 changed files with 1260 additions and 956 deletions
|
@ -17,7 +17,7 @@ const strokeScale = 0.7
|
|||
* @returns {JSX.Element}
|
||||
*/
|
||||
export const Bent = ({ className, stroke = 1 }) => (
|
||||
<LineDrawingWrapper viewBox="0 -70 210 210" {...{ stroke }}>
|
||||
<LineDrawingWrapper viewBox="0 -70 210 210" {...{ className, stroke }}>
|
||||
<Front stroke={strokeScale * stroke} />
|
||||
<Back stroke={strokeScale * stroke} />
|
||||
</LineDrawingWrapper>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue