mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 07:37:46 +00:00
Initialize FIrebase App FirebaseConfig
This commit is contained in:
parent
279f85078e
commit
6831007fd9
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import Container from "react-bootstrap/Container";
|
|||
import { Navbar } from "react-bootstrap/esm";
|
||||
|
||||
function App() {
|
||||
const FBapp = initializeApp(firebaseConfig);
|
||||
return (
|
||||
<div className="App">
|
||||
<Navbar>
|
||||
|
|
|
|||
Loading…
Reference in a new issue