From bda954787fc31d65246a2fd2417fa52bba671123 Mon Sep 17 00:00:00 2001 From: jafreli Date: Sun, 26 Jan 2025 00:34:27 +0100 Subject: [PATCH] Neue Nachricht Button. --- src/App.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/App.jsx b/src/App.jsx index b05b153..e0ad6cd 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -75,10 +75,16 @@ const Message = () => { ) : (

Lädt...

)} + + + ); }; + const App = () => { return (