import Monthly from "../../components/Calendar/AdminMonthly"; import Footer from "../../components/Footer"; import { useAuth } from "../../utils/context"; import styles from "./admin.module.scss"; const AdminPage = () => { const { logout } = useAuth() return ( <>

관리자님, 환영합니다. | 로그아웃