mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
views
This commit is contained in:
parent
4a9b21f2ce
commit
010ef3c6a3
5 changed files with 16 additions and 564 deletions
|
@ -2,7 +2,7 @@ var AnimationFactoryModule = require('./animation/animationFactory');
|
|||
var animationFactory = new AnimationFactoryModule.AnimationFactory();
|
||||
var Main = require('./app/main');
|
||||
var AnimationQueue = require('./animation').AnimationQueue;
|
||||
var InteractiveRebaseView = require('./miscViews').InteractiveRebaseView;
|
||||
var InteractiveRebaseView = require('./views/miscViews').InteractiveRebaseView;
|
||||
|
||||
var Errors = require('./errors');
|
||||
var GitError = Errors.GitError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue