mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +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";
|
import { Navbar } from "react-bootstrap/esm";
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
|
const FBapp = initializeApp(firebaseConfig);
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<Navbar>
|
<Navbar>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue