From 27159d6b9f8c573ae8b3eb2697e1b7aea9f274b6 Mon Sep 17 00:00:00 2001 From: arch-spatula Date: Thu, 12 Jan 2023 21:57:55 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20import=20=EB=AC=B8=EC=9D=84=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/screen/SettingPage.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } }) => {