Skip to content

Commit

Permalink
Merge pull request remix-run#955 from kirill-konshin/master
Browse files Browse the repository at this point in the history
Added TestLocation to the list of exports
  • Loading branch information
ryanflorence committed Mar 21, 2015
2 parents 19d84f8 + 2ffe8cd commit 51f6f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ exports.HashLocation = require('./locations/HashLocation');
exports.HistoryLocation = require('./locations/HistoryLocation');
exports.RefreshLocation = require('./locations/RefreshLocation');
exports.StaticLocation = require('./locations/StaticLocation');
exports.TestLocation = require('./locations/TestLocation');

exports.ImitateBrowserBehavior = require('./behaviors/ImitateBrowserBehavior');
exports.ScrollToTopBehavior = require('./behaviors/ScrollToTopBehavior');
Expand Down

0 comments on commit 51f6f72

Please sign in to comment.