We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a468658 commit 6eb3e74Copy full SHA for 6eb3e74
content/tutorial/tutorial.md
@@ -73,11 +73,11 @@ rm -f src/*
73
74
6. Add these three lines to the top of `index.js` in the `src/` folder:
75
76
- ```js
77
- import React from 'react';
78
- import ReactDOM from 'react-dom';
79
- import './index.css';
80
- ```
+```js
+import React from 'react';
+import ReactDOM from 'react-dom';
+import './index.css';
+```
81
82
Now if you run `npm start` in the project folder and open `http://localhost:3000` in the browser, you should see an empty tic-tac-toe field.
83
0 commit comments