import { OperationsCalendarPage } from "../../../components/operations/operations-calendar-page";

export default function OperationsRoute() {
  return <OperationsCalendarPage />;
}
