Skip to content

Commit

Permalink
Remove some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Arend Peter authored and ArendPeter committed Jan 12, 2024
1 parent 28c71b2 commit 0f42a8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'
import { ThemeContextProvider } from './theme'
import Header from './components/Header'
import Elections from './components/Elections/OpenElections'
import Login from './components/Login'
import CreateElectionTemplates from './components/ElectionForm/CreateElectionTemplates'
import Election from './components/Election/Election'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Checkbox, FormControlLabel, FormGroup, Link } from "@mui/material";
import Box from '@mui/material/Box';
import useSnackbar from "../../SnackbarContext";
import { BallotContext } from "./VotePage";
import Elections from "../../Elections/OpenElections";
import useElection from "../../ElectionContextProvider";

function HasExpandedData(candidate) {
Expand Down

0 comments on commit 0f42a8a

Please sign in to comment.