Skip to content

Commit

Permalink
refactor: Better file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
paultranvan committed Feb 26, 2024
1 parent 460097e commit 4a0a7d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { ThemeProvider } from '/app/theme/ThemeProvider'
import { useInitI18n } from '/locales/useInitI18n'
import { SecureBackgroundSplashScreenWrapper } from '/app/theme/SecureBackgroundSplashScreenWrapper'
import { PermissionsChecker } from '/app/domain/nativePermissions/components/PermissionsChecker'
import { useGeolocationTracking } from '/app/domain/geolocation/hooks/tracking'
import { useGeolocationTracking } from '/app/domain/geolocation/hooks/useGeolocationTracking'
import { OsReceiveProvider } from '/app/view/OsReceive/OsReceiveProvider'
import { ErrorProvider } from '/app/view/Error/ErrorProvider'
import { LoadingOverlayProvider } from '/app/view/Loading/LoadingOverlayProvider'
Expand Down

0 comments on commit 4a0a7d1

Please sign in to comment.