mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
examples: fix prettier / lint
This commit is contained in:
parent
47649176e0
commit
307c025066
@ -34,7 +34,8 @@ export default function CopyButton({ code, ...props }) {
|
||||
strokeWidth={2}
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
{...props}>
|
||||
{...props}
|
||||
>
|
||||
<rect x={9} y={9} width={13} height={13} rx={2} ry={2} />
|
||||
<path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1" />
|
||||
</svg>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user