Skip to content

Instantly share code, notes, and snippets.

@trblackw
Created March 22, 2020 20:20
Show Gist options
  • Save trblackw/7be22986ffbb0e9fa8cb4609ce45ddea to your computer and use it in GitHub Desktop.
Save trblackw/7be22986ffbb0e9fa8cb4609ce45ddea to your computer and use it in GitHub Desktop.
import React from "react"
import { render } from "react-dom"
import "styles/index.css"
import App from "App"
import { firebaseConfig } from "config/firebaseConfig"
import { initializeApp } from "firebase/app"
export default initializeApp(firebaseConfig)
render(<App />, document.getElementById("app"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment