beginning of graph file

This commit is contained in:
Peter Cottle 2013-10-28 09:54:50 -07:00
parent fd0115e11e
commit 0112b3f839
2 changed files with 7 additions and 1 deletions

5
src/js/graph/index.js Normal file
View file

@ -0,0 +1,5 @@
var Graph = {
};
module.exports = Graph;