Skip to content

Commit 4bd4108

Browse files
committed
docs(react): add default App
1 parent 7836499 commit 4bd4108

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/react/your-first-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ const App: React.FC = () => (
292292
</IonReactRouter>
293293
</IonApp>
294294
);
295+
296+
export default App;
295297
```
296298

297299
That’s just the start of all the cool things we can do with Ionic. Up next, implement camera taking functionality on the web, then build it for iOS and Android.

versioned_docs/version-v7/react/your-first-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ const App: React.FC = () => (
292292
</IonReactRouter>
293293
</IonApp>
294294
);
295+
296+
export default App;
295297
```
296298

297299
That’s just the start of all the cool things we can do with Ionic. Up next, implement camera taking functionality on the web, then build it for iOS and Android.

0 commit comments

Comments
 (0)