import { Container, Row, Col } from "react-bootstrap"; import AdminTemplate from "../../templates/AdminTemplate"; export default function AdminSchedulePage() { return (

This is a demo schedule page

In the future, we will view monthly work schedules from this page

) } /> ); }