import { create } from "./routes/create.ts"; export const routes = { create, };