From 2c21abe12dd558d42ba3fa26e6d04db4d4cedc56 Mon Sep 17 00:00:00 2001
From: SinusFox <61253950+SinusFox@users.noreply.github.com>
Date: Wed, 2 Oct 2024 15:03:32 +0200
Subject: [PATCH] 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.
---
src/app/page.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5abd1ad..853759d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,9 +29,9 @@ export default function Home() {
title={"Calculate"}
className={"button_green"}
onClickFunc={calculate_click} />
-
+ className={"button"} /> */}