Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Dashboard.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from "react"
import React, { useState, Fragment } from "react"
import { Card, Button, Alert } from "react-bootstrap"
import { useAuth } from "../contexts/AuthContext"
import { Link, useHistory } from "react-router-dom"
Expand Down
2 changes: 2 additions & 0 deletions src/firebase.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// comment is added
import firebase from "firebase/app"
import "firebase/auth"

Expand All @@ -11,5 +12,6 @@ const app = firebase.initializeApp({
appId: process.env.REACT_APP_FIREBASE_APP_ID
})


export const auth = app.auth()
export default app