diff --git a/src/screen/SettingPage.jsx b/src/screen/SettingPage.jsx index 42886f8..98b0c4e 100644 --- a/src/screen/SettingPage.jsx +++ b/src/screen/SettingPage.jsx @@ -1,5 +1,4 @@ -import { CustomButton } from '../components'; -import { PageContainer } from '../components/index'; +import { CustomButton, PageContainer } from '../components/'; import styled from '@emotion/native'; const SettingPage = ({ navigation: { navigate } }) => {