Created
February 18, 2022 10:01
-
-
Save yvesbou/cfb95c1386c316ef36f08d30f7a4a53e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const createCoin = require('./createCoin'); | |
const updateCoin = require('./updateCoin'); | |
const deleteCoin = require('./deleteCoin'); | |
module.exports = { createCoin, updateCoin, deleteCoin } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment