Skip to content

Commit d6659e1

Browse files
authored
Revert "fix(): page components file structure (#2907)" (#2928)
This reverts commit d848669.
1 parent d8b91fe commit d6659e1

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Diff for: docs/intro/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Installing Ionic
33
sidebar_label: CLI Installation
44
---
55

6-
import AppWizard from '@components/page/intro/cli/AppWizard';
6+
import AppWizard from '@components/page/intro/AppWizard';
77

88
<head>
99
<title>How to Install The Ionic Framework CLI to Build Mobile Apps</title>

Diff for: versioned_docs/version-v5/intro/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_label: CLI Installation
33
---
44

5-
import AppWizard from '@components/page/intro/cli/AppWizard';
5+
import AppWizard from '@components/page/intro/AppWizard';
66

77
# Installing Ionic
88

Diff for: versioned_docs/version-v6/intro/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Installing Ionic
33
sidebar_label: CLI Installation
44
---
55

6-
import AppWizard from '@components/page/intro/cli/AppWizard';
6+
import AppWizard from '@components/page/intro/AppWizard';
77

88
<head>
99
<title>How to Install The Ionic Framework CLI to Build Mobile Apps</title>

0 commit comments

Comments
 (0)