import { Exchange } from "./Exchange"; import { Stake } from "./Stake"; export const Orders = { Exchange, Stake, };