import { useState } from "react"; import reactLogo from "./assets/react.svg"; import viteLogo from "/vite.svg"; import "./App.css"; import AttendenceCorrection from "./Components/AttendenceCorrection"; import { BrowserRouter, Routes, Route } from "react-router-dom"; import AnomolyReassigned from "./Components/AnomolyReassigned"; import Home from "./Components/Home"; import ReassignedStats from "./Components/ReassignedStats"; import IndividualExamCentreStats from "./Components/IndividualExamCentreStats"; import PartAReassigned from "./Components/PartAReassigned"; import PartACorrection from "./Components/PartACorrection"; import Verification from "./Components/Verification"; import Statistics from "./Components/Statistics"; import AnomolyAttendencePage from "./Components/AnomolyAttendencePage"; import AttendenceAdditionalRecord from "./Components/AttendenceAdditionalRecord"; import AttendenceAdditionalRecordCorrection from "./Components/AttendenceAdditionalRecordCorrection"; import AttendanceAdditionalSheet from "./Components/AttendanceAdditionalSheet"; import QueryExecutor from "./Components/QueryExecutor"; import RecordEditor from "./Components/RecordEditor"; import VerifyMarks from "./Components/VerifyMarks"; import QueryCardEditor from "./Components/QueryCardEditor"; import AnomolyPartC from "./Components/AnomolyPartC"; import BarcodeScanner from "./Components/BarcodeScanner"; import EvQrcode from "./Components/EvQrcode"; import QrcodeCardEditor from "./Components/QrCodeCardEditor"; import StudentResultsData from "./Components/StudentsResultsData"; import PlayGrounds from "./Components/PlayGrounds"; import PlayGround from "./Components/PlayGround"; import Revaluation from "./Components/Revaluation"; import PlayGroundUpdated from "./Components/PlaygroundUpdated"; import DummyDuplicates from "./Components/DummyDuplicates"; import IndividualStudAttendence from "./Components/IndividualStudAttendence"; import PendingAttendenceCorrection from "./Components/PendingAttendenceCorrection"; import QrcodeFinder from "./Components/QrcodeFinder"; import IndividualMarksheetGen from "./Components/IndividualMarksheetGen"; function App() { return ( <> }> }> }> } > }> } > }> }> }> } > } > } /> } > } > } > } > }> } > } > } > }> } /> } /> } > }> {/* } > */} }> } > }> }> ); } export default App;