This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
fusion
/
va_admin_frontend
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b4b715ac3f
Branches
Tags
master
master-sand
va_admin_fronte...
/
cool
/
components
/
task
/
service
/
index.js
index.js
87 B
Historique
Raw
1
2
3
4
5
6
7
import SysTask from "./task";
export default {
system: {
task: new SysTask()
}
};