Skip to content

Commit

Permalink
[web] Move SoftwareSection to "overview" namespace
Browse files Browse the repository at this point in the history
Since the "overview" namespace was created for that purpuose when adding the
first section page (PR #321). I.e., components for summarizing sections
should live in that namespace.

See 3df4c30
  • Loading branch information
dgdavid committed Jan 11, 2023
1 parent 5786a15 commit 836e8a1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions web/src/components/overview/Overview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import { Button } from "@patternfly/react-core";
import { Icon, Title, PageIcon, PageActions, MainActions } from "@components/layout";
import { Section, InstallButton } from "@components/core";
import { LanguageSelector } from "@components/language";
import { StorageSection } from "@components/overview";
import { SoftwareSection } from "@components/software";
import { SoftwareSection, StorageSection } from "@components/overview";
import { Users } from "@components/users";
import { Network } from "@components/network";

Expand Down
1 change: 1 addition & 0 deletions web/src/components/overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
*/

export { default as Overview } from "./Overview";
export { default as SoftwareSection } from "./SoftwareSection";
export { default as StorageSection } from "./StorageSection";
1 change: 0 additions & 1 deletion web/src/components/software/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
*/

export { default as ProductSelectionPage } from "./ProductSelectionPage";
export { default as SoftwareSection } from "./SoftwareSection";

0 comments on commit 836e8a1

Please sign in to comment.