Skip to content

Commit

Permalink
chore: create modal folder
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 committed Oct 11, 2024
1 parent bf473f8 commit dedc4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ReactNativeModule, { NativeModules } from 'react-native';
import { GestureHandlerRootView } from 'react-native-gesture-handler';

import queryClient from '@/api/queryClient';
import ConfirmModal from '@/entities/ConfirmModal';
import ConfirmModal from '@/entities/modal/ConfirmModal';
import { initMSW } from '@/mocks/init';
import RootNavigator from '@/navigations/RootNavigator';
import './gesture-handler';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Modal, Pressable, StyleSheet, View } from 'react-native';

import { TextBold, TextRegular } from './fonts';

import { TextBold, TextRegular } from '@/entities/fonts';
import { useModalStore } from '@/store/stores';

function ConfirmModal() {
Expand Down

0 comments on commit dedc4ac

Please sign in to comment.