Skip to content

Commit

Permalink
fix: Move config up
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Nov 20, 2023
1 parent 214d575 commit 2cf35bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import TranslationProvider from 'decentraland-dapps/dist/providers/TranslationPr
import WalletProvider from 'decentraland-dapps/dist/providers/WalletProvider'
import * as SingleSignOn from '@dcl/single-sign-on-client'

import { config } from 'config'
import { store, history } from 'modules/common/store'
import * as modals from 'components/Modals'
import { config } from 'config'
import * as languages from 'modules/translation/languages'
import Routes from 'routing'

Expand Down

0 comments on commit 2cf35bc

Please sign in to comment.