Skip to content

Commit

Permalink
Revert "fix(): page components file structure (#2907)"
Browse files Browse the repository at this point in the history
This reverts commit d848669.
  • Loading branch information
liamdebeasi authored Apr 25, 2023
1 parent d8b91fe commit b6ff671
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/intro/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Installing Ionic
sidebar_label: CLI Installation
---

import AppWizard from '@components/page/intro/cli/AppWizard';
import AppWizard from '@components/page/intro/AppWizard';

<head>
<title>How to Install The Ionic Framework CLI to Build Mobile Apps</title>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v5/intro/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_label: CLI Installation
---

import AppWizard from '@components/page/intro/cli/AppWizard';
import AppWizard from '@components/page/intro/AppWizard';

# Installing Ionic

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v6/intro/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Installing Ionic
sidebar_label: CLI Installation
---

import AppWizard from '@components/page/intro/cli/AppWizard';
import AppWizard from '@components/page/intro/AppWizard';

<head>
<title>How to Install The Ionic Framework CLI to Build Mobile Apps</title>
Expand Down

0 comments on commit b6ff671

Please sign in to comment.