mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
consolidation
This commit is contained in:
parent
4607d130ce
commit
6b125d194c
9 changed files with 1284 additions and 1284 deletions
|
@ -1,4 +1,4 @@
|
|||
var Main = require('../app/main');
|
||||
var Main = require('../app');
|
||||
var GRAPHICS = require('../constants').GRAPHICS;
|
||||
var GLOBAL = require('../constants').GLOBAL;
|
||||
|
||||
|
@ -6,7 +6,7 @@ var Collections = require('../collections');
|
|||
var CommitCollection = Collections.CommitCollection;
|
||||
var BranchCollection = Collections.BranchCollection;
|
||||
|
||||
var Tree = require('../tree');
|
||||
var Tree = require('../visuals/tree');
|
||||
var VisEdgeCollection = Tree.VisEdgeCollection;
|
||||
var VisBranchCollection = Tree.VisBranchCollection;
|
||||
var VisNode = Tree.VisNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue