mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
collections
This commit is contained in:
parent
dc1934cdd2
commit
5ab38e9c13
6 changed files with 119 additions and 119 deletions
|
@ -2,7 +2,7 @@ var Main = require('../app');
|
|||
var GRAPHICS = require('../util/constants').GRAPHICS;
|
||||
var GLOBAL = require('../util/constants').GLOBAL;
|
||||
|
||||
var Collections = require('../collections');
|
||||
var Collections = require('../models/collections');
|
||||
var CommitCollection = Collections.CommitCollection;
|
||||
var BranchCollection = Collections.BranchCollection;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue