Skip to content

Commit

Permalink
refactor: Hide CsvInput area
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrimpCryptid committed Dec 2, 2024
1 parent 8cdeb59 commit 0a9fb71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
const { Content } = Layout;

import MegasetCard from "../../components/MegasetCard";
import CsvInput from "../../containers/CsvInput";
// import CsvInput from "../../containers/CsvInput";
import { Megaset } from "../../state/image-dataset/types";
import downloadData, { DownloadInfo } from "./download-data";

Expand Down Expand Up @@ -46,9 +46,9 @@ const LandingPage = ({ handleSelectDataset, megasets }: LandingPageProps) => (
</Row>
</div>

<div className={styles.sectionContent}>
{/* <div className={styles.sectionContent}>
<CsvInput />
</div>
</div> */}
</Row>
<Row className={styles.lightSection}>
<Col className={styles.sectionContent}>
Expand Down

0 comments on commit 0a9fb71

Please sign in to comment.