This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
archive
/
MusareReact
mirror de
https://github.com/Musare/MusareReact
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
MusareReact
/
backend
/
logic
/
cache
/
schemas
/
song.js
song.js
61 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
'use strict';
module.exports = (song) => {
return song;
};