some tweaks to the visibility of the code on the readme

This commit is contained in:
Ken
2019-02-27 13:26:45 -08:00
parent 4ce7af1152
commit 37685e102f
5 changed files with 155 additions and 130 deletions

View File

@@ -44,7 +44,7 @@ This is the file that places your App onto the page.
> Note that to avoid build errors, this file has been renamed to index.temp. Change the name to index.tsx.
```tsx
```ts
import React from 'react';
import ReactDOM from 'react-dom';
import { App } from './App';