Skip to content

Commit

Permalink
Rename Checkout.tsx to CheckoutScreen.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Aug 10, 2024
1 parent 935b583 commit 56ed33c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/components/DrawerNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import * as env from '../config/env.config'
import SettingsScreen from '../screens/SettingsScreen'
import ChangePasswordScreen from '../screens/ChangePasswordScreen'
import DrawerContent from './DrawerContent'
import CheckoutScreen from '../screens/Checkout'
import CheckoutScreen from '../screens/CheckoutScreen'
import NotificationsScreen from '../screens/NotificationsScreen'

const DrawerNavigator = () => {
Expand Down
File renamed without changes.

0 comments on commit 56ed33c

Please sign in to comment.