mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Thanks Travis
A more thorough search of the error Travis returned helped me realize the problem.
This commit is contained in:
parent
2c1106adf7
commit
5fb1dd6230
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var Input = require('../../components/forms/input.jsx');
|
|||
var Button = require('../../components/forms/button.jsx');
|
||||
var Tabs = require('../../components/tabs/tabs.jsx');
|
||||
var Grid = require('../../components/grid/grid.jsx');
|
||||
var navigationActions = require('../../../redux/navigation.js');
|
||||
var navigationActions = require('../../redux/navigation.js');
|
||||
|
||||
require('./search.scss');
|
||||
|
||||
|
|
Loading…
Reference in a new issue