Skip to content

Commit 4d95c7e

Browse files
authored
docs(react): update pwa-elements import
1 parent d8ad3c2 commit 4d95c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/your-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ npm install @ionic/pwa-elements
9999

100100
After installation, open up the project in your code editor of choice.
101101

102-
Next, import `@ionic/pwa-elements` by editing `src/index.tsx`.
102+
Next, import `@ionic/pwa-elements` by editing `src/main.tsx`.
103103

104104
```tsx
105105
import { defineCustomElements } from '@ionic/pwa-elements/loader';

0 commit comments

Comments
 (0)