Skip to content

Commit

Permalink
Remove ReactGA
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffeb3 committed Oct 10, 2024
1 parent 5b521e8 commit 68f5968
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-ga4": "^2.1.0",
"react-icons": "^5.2.1",
"react-konva": "^18.2.10",
"react-redux": "^9.1.2",
Expand Down
3 changes: 0 additions & 3 deletions src/features/app/reactGA.js

This file was deleted.

1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react"
import { createRoot } from "react-dom/client"
import "./features/app/reactGA"
import App from "./features/app/App"
import "./index.css"

Expand Down

0 comments on commit 68f5968

Please sign in to comment.