Re-packed with bug fixed

This commit is contained in:
2018-07-25 12:53:58 +05:30
parent 28c9e223cf
commit b271e11b10
6 changed files with 108 additions and 12 deletions

7
src/js/state.js Normal file
View File

@@ -0,0 +1,7 @@
const state = {
repos: [],
issues:[],
collaborators:[]
}
module.exports = state;