import { getPartialsConfig, makePartials, } from "$root/defaults/makePartials.tsx"; import { FreshContext } from "$fresh/server.ts"; import { State } from "$root/defaults/interfaces.ts"; import AdminConsultNotes from "../../(_islands)/AdminConsultNotes.tsx"; // deno-lint-ignore require-await async function Courses(_request: Request, _context: FreshContext) { return ; } export { Courses as Page }; export const config = getPartialsConfig(); export default makePartials(Courses);