Code duplication between stablecoin.jsx
and reservecoin.jsx
#110
Labels
good first issue
Good for newcomers
stablecoin.jsx
and reservecoin.jsx
#110
There is a lot of code duplication between
src/routes/stablecoin.jsx
andsrc/routes/reservecoin.jsx
. We should move the duplicated code to a separate new file and then import and its functions in bothstablecoin.jsx
andreservecoin.jsx
.The text was updated successfully, but these errors were encountered: