Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -9,9 +9,11 @@ export default {
|
|||
title: 'Components/QrCode',
|
||||
};
|
||||
|
||||
export const Default = (): JSX.Element => (
|
||||
<QrCode
|
||||
alt="Scan this little code!"
|
||||
data="sgnl://linkdevice?uuid=gCkj0T2xiSUaPRhMYiF24w&pub_key=7RshtQrb3UTMowITe79uW9dgw_CLTGWenj0OT80i0HpH"
|
||||
/>
|
||||
);
|
||||
export function Default(): JSX.Element {
|
||||
return (
|
||||
<QrCode
|
||||
alt="Scan this little code!"
|
||||
data="sgnl://linkdevice?uuid=gCkj0T2xiSUaPRhMYiF24w&pub_key=7RshtQrb3UTMowITe79uW9dgw_CLTGWenj0OT80i0HpH"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue