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

This is a demo orders page

In the future, we hope to view orders daily/monthly on this page, with search and filters

) } /> ); }