This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
archive
/
MusareReact
mirror da
https://github.com/Musare/MusareReact
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
MusareReact
/
backend
/
logic
/
cache
/
schemas
/
song.js
song.js
61 B
Permalink
Cronologia
Originale
1
2
3
4
5
'use strict';
module.exports = (song) => {
return song;
};