diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-05 00:11:07 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-05 00:11:07 -0400 |
commit | 2f1f4a56e141acdddd00d534f70ed5fad91a217a (patch) | |
tree | 358f932321913d65925bd6d133d3ef9638801089 /src/components/request-element.js | |
parent | c518aedffdae943a84c53763629d0785043f6a3f (diff) |
Updated components to work with new redux files.
Diffstat (limited to 'src/components/request-element.js')
-rw-r--r-- | src/components/request-element.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/request-element.js b/src/components/request-element.js index 164dc3e..58c3ca4 100644 --- a/src/components/request-element.js +++ b/src/components/request-element.js @@ -15,7 +15,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'; import { store } from '../store.js'; //These are the actions needed by this element. -import { adminApproveHours, adminRejectHours } from '../actions/firebase.js'; +import { adminApproveHours, adminRejectHours } from '../actions/firebaseAdmin.js'; // We are lazy loading its reducer. import firebase from '../reducers/firebase.js'; |