Skip to content

Commit a86325a

Browse files
Merge pull request #2 from visual-heuristics/release
Release
2 parents 4456e32 + ebebe6d commit a86325a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@
2626
npm-debug.log*
2727
yarn-debug.log*
2828
yarn-error.log*
29+
30+
#documents
31+
/prototypes
32+
/data samples
33+
/docs

src/components/sample/Sample.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const Inner = () => {
3737
function Sample() {
3838
return (
3939
<div className={styles.sampleBox}>
40+
<a>learn react</a>
4041
<Stage width={1500} height={500} options={{ backgroundColor: 0xcccccc }}>
4142
<Inner />
4243
</Stage>

0 commit comments

Comments
 (0)