From 557d2567969ff9050643141afd45466388e56465 Mon Sep 17 00:00:00 2001 From: JosiahFu Date: Thu, 9 May 2024 09:58:42 -0700 Subject: [PATCH] Format again --- client/src/apps/match/MatchApp.tsx | 6 +++++- client/src/main.tsx | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/apps/match/MatchApp.tsx b/client/src/apps/match/MatchApp.tsx index 76a266b..8c14e87 100644 --- a/client/src/apps/match/MatchApp.tsx +++ b/client/src/apps/match/MatchApp.tsx @@ -262,7 +262,11 @@ function MatchApp() {

Match Number

- +

Team Number

diff --git a/client/src/main.tsx b/client/src/main.tsx index 6014a18..37c230e 100644 --- a/client/src/main.tsx +++ b/client/src/main.tsx @@ -66,7 +66,7 @@ const router = createBrowserRouter([ { path: 'score_calculator', element: , - } + }, ], }, ]);