We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 704ffa7 + e387faf commit 73cba00Copy full SHA for 73cba00
sample-app/src/App.js
@@ -18,7 +18,7 @@ import About from "./About/components/About";
18
import ProfileCard from "./Profile/components/ProfileCard";
19
import ProfileForm from "./Profile/components/ProfileForm";
20
import Weather from "./Weather/components/Weather";
21
-import Products from "./Products/components/Products.jsx";
+import Products from "./Products/components/Products";
22
23
class App extends Component {
24
render() {
sample-app/src/Products/components/Products.jsx renamed to sample-app/src/Products/components/Products.js
sample-app/src/Products/components/User.jsx renamed to sample-app/src/Products/components/User.js
sample-app/src/index.js
@@ -25,8 +25,8 @@ const store = createStore(
25
}
26
],
27
user: "guest"
28
- },
29
- window.devToolsExtension()
+ }
+ // window.devToolsExtension()
30
);
31
32
ReactDOM.render(
0 commit comments