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 0f1639c commit c9c278cCopy full SHA for c9c278c
.eslintignore
@@ -1,3 +1,11 @@
1
dist/
2
node_modules/
3
webpack.config.js
4
+
5
+docs/node_modules
6
+docs/public
7
+docs/.babelrc
8
+docs/index.js
9
+docs/package.json
10
+docs/server.js
11
+docs/webpack.config.development.js
docs/client/index.js
@@ -6,6 +6,6 @@ const App = () => (
<div>
Welcome to Docs
</div>
-)
-ReactDOM.render((<App
-/>), document.getElementById('app'));
+);
+ReactDOM.render((<App />), document.getElementById('app'));
0 commit comments