Re-packed with bug fixed
This commit is contained in:
7
src/js/state.js
Normal file
7
src/js/state.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const state = {
|
||||
repos: [],
|
||||
issues:[],
|
||||
collaborators:[]
|
||||
}
|
||||
|
||||
module.exports = state;
|
||||
Reference in New Issue
Block a user