From ed6d0475678d37e3296028cfd295482d3f837c7d Mon Sep 17 00:00:00 2001 From: danielq65 Date: Tue, 25 Apr 2023 16:48:57 -0400 Subject: [PATCH] Update index.js --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index af99b24..94660bc 100644 --- a/src/index.js +++ b/src/index.js @@ -9,13 +9,13 @@ import Main from './Main.js' function App() { return ( - // COMMENTED OUT BY CHRIS TO FIX MULTIPLE TABLE DISPLAYED IN RECENT TRANSACTION +
- //
praying I didn't break the project tbh +
); }