import * as todo from './handlers/todo' import { os } from './server' export const router = os.router({ todo, })