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.
2 parents 4456e32 + b142241 commit ebebe6dCopy full SHA for ebebe6d
.gitignore
@@ -26,3 +26,8 @@
26
npm-debug.log*
27
yarn-debug.log*
28
yarn-error.log*
29
+
30
+#documents
31
+/prototypes
32
+/data samples
33
+/docs
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