rogersanick / rubikscubesolver

an interactive rubiks cube visualization to help students understand the basics of algorithmic design, react vr and promises
29 stars 29 forks source link

firebaseConfig.js file mistitled resulting in run error #4

Open dwarkeshsp opened 5 years ago

dwarkeshsp commented 5 years ago

In client/dist/src/components/dashboard.jsx, there's an import line titled: import firebase from "../firebaseconfig.js"; This results in an error since the file title is firebaseConfig.js Thus, it should be: import firebase from "../firebaseConfig.js";