Skip to content

Commit fd7a43e

Browse files
Update README.md
1 parent c5fc52f commit fd7a43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Now that we've written our component, let's dive into `index.tsx` and replace ou
181181
First we'll import it at the top of the file:
182182

183183
```ts
184-
import Hello from './components/Hello.tsx';
184+
import Hello from './components/Hello';
185185
```
186186

187187
and then change up our `render` call:

0 commit comments

Comments
 (0)