Removing "Popout" 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:04:10 +02:00
parent 2c21abe12d
commit 1c487b0373
+2 -2
View File
@@ -39,10 +39,10 @@ export default function Home() {
<Output
id="out"
text={"Ergebnis"}/>
<Popup_Button
{/* <Popup_Button
title="Popup"
className="button"
/>
/> */}
</>
);