Skip to content

Commit

Permalink
chore: switch react-ga for react-ga4
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jan 3, 2025
1 parent 62f655f commit 6c5a9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import loadable from '@loadable/component'
import React from 'react'
import { render } from 'react-dom'
import GA from 'react-ga'
import GA from 'react-ga4'
import { AppContainer } from 'react-hot-loader'
import { hot } from 'react-hot-loader/root'

Expand Down

0 comments on commit 6c5a9d9

Please sign in to comment.