Skip to content

Commit

Permalink
Merge pull request #34 from NwinNwin/dang_auth_firebase
Browse files Browse the repository at this point in the history
test ga4
  • Loading branch information
NwinNwin authored Sep 25, 2023
2 parents f381200 + fa8eef3 commit a955ea2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"react-calendar": "^4.6.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-icons": "^4.10.1",
"react-leaflet": "^4.2.1",
"react-resizable": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { ChakraProvider } from "@chakra-ui/react";
import "leaflet/dist/leaflet.css";
import { AuthContextProvider } from "./context/AuthContext";
import AboutPage from "./components/AboutPage/AboutPage";
import ReactGA from "react-ga";
import ReactGA from "react-ga4";

ReactGA.initialize("UA-283774176-1");
ReactGA.initialize("408250198");
function App() {
return (
<AuthContextProvider>
Expand Down

0 comments on commit a955ea2

Please sign in to comment.