Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions static/usage/v6/tabs/router/react/home_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const HomePage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Listen now</IonTitle>
Expand All @@ -21,7 +21,7 @@ const HomePage = () => (
Listen now content
</div>
</IonContent>
</>
</IonPage>
);

export default HomePage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v6/tabs/router/react/library_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const LibraryPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Library</IonTitle>
Expand All @@ -21,7 +21,7 @@ const LibraryPage = () => (
Library content
</div>
</IonContent>
</>
</IonPage>
);

export default LibraryPage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v6/tabs/router/react/radio_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const RadioPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Radio</IonTitle>
Expand All @@ -21,7 +21,7 @@ const RadioPage = () => (
Radio content
</div>
</IonContent>
</>
</IonPage>
);

export default RadioPage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v6/tabs/router/react/search_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const SearchPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Search</IonTitle>
Expand All @@ -21,7 +21,7 @@ const SearchPage = () => (
Search content
</div>
</IonContent>
</>
</IonPage>
);

export default SearchPage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v7/tabs/router/react/home_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const HomePage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Listen now</IonTitle>
Expand All @@ -21,7 +21,7 @@ const HomePage = () => (
Listen now content
</div>
</IonContent>
</>
</IonPage>
);

export default HomePage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v7/tabs/router/react/library_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const LibraryPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Library</IonTitle>
Expand All @@ -21,7 +21,7 @@ const LibraryPage = () => (
Library content
</div>
</IonContent>
</>
</IonPage>
);

export default LibraryPage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v7/tabs/router/react/radio_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const RadioPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Radio</IonTitle>
Expand All @@ -21,7 +21,7 @@ const RadioPage = () => (
Radio content
</div>
</IonContent>
</>
</IonPage>
);

export default RadioPage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v7/tabs/router/react/search_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const SearchPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Search</IonTitle>
Expand All @@ -21,7 +21,7 @@ const SearchPage = () => (
Search content
</div>
</IonContent>
</>
</IonPage>
);

export default SearchPage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v8/tabs/router/react/home_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const HomePage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Listen now</IonTitle>
Expand All @@ -21,7 +21,7 @@ const HomePage = () => (
Listen now content
</div>
</IonContent>
</>
</IonPage>
);

export default HomePage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v8/tabs/router/react/library_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const LibraryPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Library</IonTitle>
Expand All @@ -21,7 +21,7 @@ const LibraryPage = () => (
Library content
</div>
</IonContent>
</>
</IonPage>
);

export default LibraryPage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v8/tabs/router/react/radio_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const RadioPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Radio</IonTitle>
Expand All @@ -21,7 +21,7 @@ const RadioPage = () => (
Radio content
</div>
</IonContent>
</>
</IonPage>
);

export default RadioPage;
Expand Down
6 changes: 3 additions & 3 deletions static/usage/v8/tabs/router/react/search_page_tsx.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```tsx
import React from 'react';
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/react';
import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/react';

const SearchPage = () => (
<>
<IonPage>
<IonHeader>
<IonToolbar>
<IonTitle>Search</IonTitle>
Expand All @@ -21,7 +21,7 @@ const SearchPage = () => (
Search content
</div>
</IonContent>
</>
</IonPage>
);

export default SearchPage;
Expand Down