Skip to content

Commit

Permalink
πŸ› Fix to FE build
Browse files Browse the repository at this point in the history
- fe μ½”λ“œ λΉŒλ“œ κ°€λŠ₯ν•˜λ„λ‘ μˆ˜μ •

Co-authored-by: 이백범 <200tiger1@gmail.com>
  • Loading branch information
qkrwogk and bananaba committed Dec 4, 2023
1 parent 50b56a2 commit 1859bf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/client/src/shared/ui/underBar/UnderBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 1859bf5

Please sign in to comment.