Skip to content

Commit

Permalink
Merge branch 'epic/1-compare-component-libraries' into feature/3-crea…
Browse files Browse the repository at this point in the history
…te-react-version
  • Loading branch information
Wesley B committed Oct 9, 2019
2 parents 2bd3f08 + 5df472f commit 641a1df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
["@babel/env", {"modules": false }],
["@babel/preset-react", {"modules": false }]
]
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ <h1><abbr title="What You See is What You Get">WYSIWYG</abbr> Card Maker</h1>
</fieldset>
</form>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/_shared/styles/generics.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ input, textarea {
::selection {
background: gray;
text-shadow: none;
}
}
2 changes: 1 addition & 1 deletion src/native/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import init from './components/card.js';

init();
init();

0 comments on commit 641a1df

Please sign in to comment.