Skip to content

Commit 71914da

Browse files
committed
docs(react): update Ionic styles comment
1 parent 8b09582 commit 71914da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/react/your-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ import Tab1 from './pages/Tab1';
249249
import Tab2 from './pages/Tab2';
250250
import Tab3 from './pages/Tab3';
251251

252-
/* Ionic styles are not shown in this example to keep it brief but will be included in the Ionic package downloaded for your app. Do not remove them. */
252+
/* ...existing Ionic styles... */
253253

254254
const App: React.FC = () => (
255255
<IonApp>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ import Tab1 from './pages/Tab1';
249249
import Tab2 from './pages/Tab2';
250250
import Tab3 from './pages/Tab3';
251251

252-
/* Ionic styles are not shown in this example to keep it brief but will be included in the Ionic package downloaded for your app. Do not remove them. */
252+
/* ...existing Ionic styles... */
253253

254254
const App: React.FC = () => (
255255
<IonApp>

0 commit comments

Comments
 (0)