-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleanup analytics * Update v3 * Additional changes * Fix the config finally * Final touches * Prettier and final changes
- Loading branch information
1 parent
e868951
commit c662d86
Showing
22 changed files
with
818 additions
and
9,864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
import React from "react"; | ||
import ReactDOM from "react-dom"; | ||
import VideoOverlayPage from "./components/VideoOverlayPage"; | ||
//import "./analytics2"; | ||
import VideoOverlayPage from "./components/VideoOverlayPage/video-overlay-page"; | ||
import { firebaseInit } from "./firebase"; | ||
|
||
// We need to initialize our Firebase | ||
// This has to happen once on the main file of each render process | ||
firebaseInit(); | ||
|
||
ReactDOM.render(<VideoOverlayPage />, document.getElementById("root")); |
Oops, something went wrong.