Skip to content

Commit

Permalink
web: Temporarily remove storage overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Oct 30, 2024
1 parent 69c6439 commit 144a2d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions web/src/components/overview/OverviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import { Link } from "react-router-dom";
import { Center } from "~/components/layout";
import { EmptyState, InstallButton, Page } from "~/components/core";
import L10nSection from "./L10nSection";
import StorageSection from "./StorageSection";
import SoftwareSection from "./SoftwareSection";
import { _ } from "~/i18n";
import { useAllIssues } from "~/queries/issues";
Expand Down Expand Up @@ -116,7 +115,6 @@ const OverviewSection = () => (
>
<Stack hasGutter>
<L10nSection />
<StorageSection />
<SoftwareSection />
</Stack>
</Page.Section>
Expand Down
1 change: 0 additions & 1 deletion web/src/components/overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@
export { default as OverviewPage } from "./OverviewPage";
export { default as L10nSection } from "./L10nSection";
export { default as SoftwareSection } from "./SoftwareSection";
export { default as StorageSection } from "./StorageSection";

0 comments on commit 144a2d5

Please sign in to comment.