This website works better with JavaScript.
Home
Explore
Help
Sign In
CCOM4030
/
JeLuOrRi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
51
Commits
10
Branches
Tree:
5e21ea6d02
API-Connection
MocionesIUPI
PincodeB
VotosIUPI
main
sortingFinal
sortingHeap
sortingMerge
sortingQuicksort
sortingShell
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5e21ea6d02'
${ noResults }
JeLuOrRi
/
MocionesIUPI
/
babel.config.js
babel.config.js
107B
History
Raw
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};