Skip to content

Commit fc4b353

Browse files
authored
aligns file name with import to avoid build failure
1 parent 39548d7 commit fc4b353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/02-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npm install [email protected] [email protected] @microsoft/[email protected]
3434

3535
## Design the app
3636

37-
Start by creating a navbar for the app. Create a new file in the `./src` directory named `Navbar.js` and add the following code.
37+
Start by creating a navbar for the app. Create a new file in the `./src` directory named `NavBar.js` and add the following code.
3838

3939
```JSX
4040
import React from 'react';

0 commit comments

Comments
 (0)