mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Whoops
That change is coming later with more redux in conference :).
This commit is contained in:
parent
82dbfabcec
commit
804a65e3d0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ var connect = require('react-redux').connect;
|
|||
var omit = require('lodash.omit');
|
||||
var React = require('react');
|
||||
|
||||
var actions = require('../../redux/auth.js');
|
||||
var actions = require('../../redux/actions.js');
|
||||
|
||||
var Modal = require('../modal/modal.jsx');
|
||||
var Registration = require('../registration/registration.jsx');
|
||||
|
|
Loading…
Reference in a new issue