import { getPartialsConfig, makePartials, } from "$root/defaults/makePartials.tsx"; import { FreshContext } from "$fresh/server.ts"; import { State } from "$root/routes/_middleware.ts"; export function Index(_request: Request, _context: FreshContext) { return

Welcome to Admin.

; } export const config = getPartialsConfig(); export default makePartials(Index);