import { todoContract } from './contracts/todo' export const contract = { todo: todoContract, }