Skip to content

Commit

Permalink
fix type in example
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue committed Jan 5, 2021
1 parent 8070587 commit f4d9288
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/complete/typescript/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { firebase as fbConfig, reduxFirebase as rfConfig } from "./config";
import Home from "./Home";
import configureStore from "./store";

const initialState = {};
const store = configureStore(initialState);
const store = configureStore();
// Initialize Firebase instance
firebase.initializeApp(fbConfig);

Expand Down

0 comments on commit f4d9288

Please sign in to comment.