Skip to content

Commit

Permalink
fix: Enable action tracking (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Aug 17, 2023
1 parent 94f0fd3 commit 255ec34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import SignInPage from './components/Pages/SignInPage'
import { initStore } from './modules/store'
import * as locales from './modules/translation/locales'
import { config } from './modules/config'
import './modules/analytics/track'
// These CSS styles must be defined last to avoid overriding other styles
import 'decentraland-ui/dist/themes/alternative/dark-theme.css'
import './index.css'
Expand Down

0 comments on commit 255ec34

Please sign in to comment.