We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5b174 commit b142241Copy full SHA for b142241
src/components/sample/Sample.js
@@ -37,6 +37,7 @@ const Inner = () => {
37
function Sample() {
38
return (
39
<div className={styles.sampleBox}>
40
+ <a>learn react</a>
41
<Stage width={1500} height={500} options={{ backgroundColor: 0xcccccc }}>
42
<Inner />
43
</Stage>
0 commit comments