Skip to content

Commit

Permalink
Merge pull request #149 from IT-Cotato/sprint/COT-25_attendance_admin…
Browse files Browse the repository at this point in the history
…_view

Sprint/cot 25 attendance admin view
  • Loading branch information
WONYOUNG-HC authored Nov 1, 2024
2 parents 8a004ed + f881a54 commit 5502046
Show file tree
Hide file tree
Showing 28 changed files with 1,583 additions and 308 deletions.
3 changes: 3 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import FindID from '@pages/Login/FindID';
import FindPWProcess from '@pages/Login/FindPWProcess';
import ReadyState from '@components/ReadyState';
import NotFound from '@components/NotFound';

import CotatoThemeProvider from '@theme/context/CotatoThemeProvider';
import GlobalBackgroundSvgComponent from '@components/GlobalBackgroundSvgComponent';
import { FAQ } from '@pages/FAQ';
Expand All @@ -23,6 +24,7 @@ import AgreementConfirmDialog from '@components/AgreementConfirmDialog';
import CSRoutes from '@pages/CS/CSRoutes';
import { About } from '@pages/About';
import 'react-toastify/dist/ReactToastify.css';
import { ToastContainer } from 'react-toastify';

function App() {
const location = useLocation();
Expand All @@ -49,6 +51,7 @@ function App() {
<div className="App">
<CotatoThemeProvider>
<GlobalStyle />
<ToastContainer position="bottom-right" autoClose={3000} />
<Header />
<AgreementConfirmDialog />
<GlobalBackgroundSvgComponent />
Expand Down
26 changes: 26 additions & 0 deletions src/assets/drop_box_background_yellow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/assets/drop_box_background_yellow_lg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5502046

Please sign in to comment.