diff --git a/src/app/_layout.tsx b/src/app/_layout.tsx index 2782ecf..7e805ea 100644 --- a/src/app/_layout.tsx +++ b/src/app/_layout.tsx @@ -6,9 +6,6 @@ import ToastComponent from '../components/Toast/Toast'; import { Keyboard, TouchableWithoutFeedback } from 'react-native'; function StackLayout() { - { - /* */ - } return ( @@ -22,9 +19,6 @@ function StackLayout() { ); - { - /* */ - } } export default StackLayout;