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

This is a demo staff page

In the future, we are about to view staffs info, add, edit, and remove staffs in this page

) } /> ); }