removing import button

This feature won't be needed in this state of the project and might come back later. Right now it serves no functional purpose.
This commit is contained in:
SinusFox
2024-10-02 15:03:32 +02:00
parent c2f3f87fc3
commit 2c21abe12d
+2 -2
View File
@@ -29,9 +29,9 @@ export default function Home() {
title={"Calculate"}
className={"button_green"}
onClickFunc={calculate_click} />
<Popup_Button
{/* <Popup_Button
title={"Import"}
className={"button"} />
className={"button"} /> */}
<Popup_Button
title={"Export"}
className={"button"} />