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:
+2
-2
@@ -29,9 +29,9 @@ export default function Home() {
|
|||||||
title={"Calculate"}
|
title={"Calculate"}
|
||||||
className={"button_green"}
|
className={"button_green"}
|
||||||
onClickFunc={calculate_click} />
|
onClickFunc={calculate_click} />
|
||||||
<Popup_Button
|
{/* <Popup_Button
|
||||||
title={"Import"}
|
title={"Import"}
|
||||||
className={"button"} />
|
className={"button"} /> */}
|
||||||
<Popup_Button
|
<Popup_Button
|
||||||
title={"Export"}
|
title={"Export"}
|
||||||
className={"button"} />
|
className={"button"} />
|
||||||
|
|||||||
Reference in New Issue
Block a user