Fix file path for React workaround (#2478)

This commit is contained in:
Eric Anderson 2019-03-21 12:38:52 -05:00 committed by Javier Calvarro Nelson
parent c1317f1cf4
commit b12564154b

View file

@ -135,7 +135,7 @@ When building or running the react template with authentication, after opening t
``` ```
* Workaround: * Workaround:
* Remove the file /ClientApp/src/components/api-authorizationApiAuthorizationRoutes.cs * Remove the file /ClientApp/src/components/api-authorizationApi/AuthorizationRoutes.js
* Replace the contents of App.js with these * Replace the contents of App.js with these
```javascript ```javascript
import React, { Component } from 'react'; import React, { Component } from 'react';