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 (