mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
8 lines
176 B
TypeScript
8 lines
176 B
TypeScript
|
import depositAndBorrow from "./deposit-and-borrow"
|
||
|
import paybackAndWithdraw from "./payback-and-withdraw"
|
||
|
|
||
|
export default [
|
||
|
depositAndBorrow,
|
||
|
paybackAndWithdraw,
|
||
|
]
|
||
|
|