diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index 7672252543..c527dd59fc 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -244,7 +244,8 @@
src/ folder of the new project.index.css in the src/ folder with this CSS code.Add a file named index.js in the src/ folder with this JS code, and then add three lines to the top of it:
index.js in the src/ folder with this JS code.Add these three lines to the top of index.js in the src/ folder:
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';