Skip to content

Commit

Permalink
Update _kbarticlespages/single-page-application.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Aas <[email protected]>
  • Loading branch information
Ephraim-G and svenaas authored Sep 19, 2023
1 parent e1704bb commit f6b9935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _kbarticlespages/single-page-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We start off by importing the React module and some different classes from the `
</ul>
<div className="content">
```
Lastly `export default Layout` is used to export the `Layout` component as the default export of the Layout.js file. Now when another module imports `Layout` (as in the index.js file) without specifying a particular named import, it will receive the `Layout` component as the default export.
Lastly `export default Layout` is used to export the `Layout` component as the default export of the `Layout.js` file. Now when another module imports `Layout` (as in the `index.js` file) without specifying a particular named import, it will receive the `Layout` component as the default export.

## .env

Expand Down

0 comments on commit f6b9935

Please sign in to comment.