From 1859bf582711172d35096d5d5b248fae0301da38 Mon Sep 17 00:00:00 2001 From: qkrwogk Date: Mon, 4 Dec 2023 18:16:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20to=20FE=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fe 코드 빌드 가능하도록 수정 Co-authored-by: 이백범 <200tiger1@gmail.com> --- packages/client/src/shared/ui/underBar/UnderBar.tsx | 1 - packages/client/src/widgets/galaxyCustom/ui/SampleScreen.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/client/src/shared/ui/underBar/UnderBar.tsx b/packages/client/src/shared/ui/underBar/UnderBar.tsx index f9dd546..632ea78 100644 --- a/packages/client/src/shared/ui/underBar/UnderBar.tsx +++ b/packages/client/src/shared/ui/underBar/UnderBar.tsx @@ -2,7 +2,6 @@ import styled from '@emotion/styled'; import { Button } from 'shared/ui'; import { Title01 } from '../styles'; import PlanetEditIcon from '@icons/icon-planetedit-24-white.svg'; -import PlanerEditIconGray from '@icons/icon-planetedit-24-gray.svg'; import AddIcon from '@icons/icon-add-24-white.svg'; import AddIconGray from '@icons/icon-add-24-gray.svg'; import WriteIcon from '@icons/icon-writte-24-white.svg'; diff --git a/packages/client/src/widgets/galaxyCustom/ui/SampleScreen.tsx b/packages/client/src/widgets/galaxyCustom/ui/SampleScreen.tsx index 7e28dd3..86ede47 100644 --- a/packages/client/src/widgets/galaxyCustom/ui/SampleScreen.tsx +++ b/packages/client/src/widgets/galaxyCustom/ui/SampleScreen.tsx @@ -1,7 +1,6 @@ import { Canvas } from '@react-three/fiber'; import { EffectComposer, Bloom } from '@react-three/postprocessing'; import { Galaxy } from 'widgets/galaxy'; -import { useCustomStore } from 'shared/store'; export default function SampleScreen() { return (