diff options
| author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-07-30 12:35:36 -0400 | 
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-07-30 12:35:36 -0400 | 
| commit | e15bc36fbbaa48d84803e4034fe2d02571cd30c0 (patch) | |
| tree | 33dcddb8423c10e46cb4c12280bba93562848884 /src/components/mao-tutoring.js | |
| parent | 01f7cf44d47ac1fa48068cfb7d7e5f8acc94c59c (diff) | |
Created fourm page and itnegrated it. Also,
Diffstat (limited to 'src/components/mao-tutoring.js')
| -rw-r--r-- | src/components/mao-tutoring.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mao-tutoring.js b/src/components/mao-tutoring.js index 04b7b1d..e325f36 100644 --- a/src/components/mao-tutoring.js +++ b/src/components/mao-tutoring.js @@ -16,7 +16,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js';  import { store } from '../store.js';  //These are the actions needed by this element. -import { signIn, signOut, requestHours } from '../actions/firebase.js'; +import { requestHours } from '../actions/firebase.js';  // We are lazy loading its reducer.  import firebase from '../reducers/firebase.js';  | 
