Update 10_react_project_folder_structure.md

Fix typo in the import statement
pull/342/head
wassim 2 years ago committed by GitHub
parent 8b41cd49c3
commit 8b63f1046a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@ Exporting in a function declaration, a regular function
```js ```js
// src/App.js // src/App.js
import React from 'react import React from 'react'
// named export in regular function, function declaration // named export in regular function, function declaration
export function App () { export function App () {
return <h1>Welcome to 30 Days Of React</h1> return <h1>Welcome to 30 Days Of React</h1>

Loading…
Cancel
Save