Closed shubhamplank closed 6 years ago
Download the base clone, and the first line in components>app.js:
import React, { Component } from 'react';
export default class App extends Component { render() { return (
);
} }
"React simple starter" is not showing up.
Download the base clone, and the first line in components>app.js:
import React, { Component } from 'react';
export default class App extends Component { render() { return (
} }
"React simple starter" is not showing up.