1
2
3
4
5
6
import { reactExample } from "https://esm.town/v/stevekrouse/reactExample?v=0";
import { aFunction } from "https://esm.town/v/taufiq/aFunction";
export async function aHandler(request: Request): Promise<Response> {
return reactExample();
}