From cee6c8d54ba464be9bedbcd9b266e6a2531b1be2 Mon Sep 17 00:00:00 2001 From: facts-tracker Date: Wed, 27 Sep 2017 05:39:53 -0700 Subject: [PATCH] Rebuild website --- tutorial/tutorial.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@
  • Follow the installation instructions to create a new project.
  • Delete all files in the src/ folder of the new project.
  • Add a file named 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:

    +
  • Add a file named 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';