Skip to content

Commit

Permalink
refactor: Separated Livescoreboard from Results; Standalone Page
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jan 5, 2024
1 parent 5788693 commit b4e8d32
Show file tree
Hide file tree
Showing 38 changed files with 486 additions and 202 deletions.
5 changes: 3 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import ElectionCandidates from "./pages/Elections/ElectionCandidates";
import CertifGen from "./pages/admin/CertificateGenerator/CertifGen";
import EventsUpdatePage from "./pages/admin/DataUpdate/EventsUpdatePage";
import Nominations from "./pages/Nominations/Nominations";
import LiveScoreboard from "./pages/LiveScoreboard/LiveScoreboard";

function App() {
useEffect(() => {
Expand Down Expand Up @@ -71,8 +72,8 @@ function App() {
{/* 404 - Not Found Route */}
<Route component={NotFound} />

{/* Livescoreboard Route */}
{/* <Route exact path="/livescore" component={Results} /> */}
{/* Live Scoreboard Route */}
{/* <Route exact path="/livescoreboard" component={LiveScoreboard} /> */}

{/* Election Routes */}
{/* <Route exact path="/nominations" component={Nominations} />
Expand Down
File renamed without changes.
Loading

0 comments on commit b4e8d32

Please sign in to comment.