From f14db797847871a617ee576c163bb4662b0513a8 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Wed, 4 Dec 2024 21:34:56 -0600 Subject: [PATCH] Nano and timeout error fix #4 --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index a617707c..078bb877 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -151,4 +151,4 @@ const App = () => { ); }; -export default App; +export default App; \ No newline at end of file