Skip to content

Commit

Permalink
๐Ÿ› Build bug fix
Browse files Browse the repository at this point in the history
- ๋นŒ๋“œ ๋ฒ„๊ทธ ์ˆ˜์ •
  • Loading branch information
MinboyKim committed Dec 4, 2023
1 parent 4f061a9 commit ecd5e48
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/entities/like/Like.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { useEffect, useReducer, useState } from 'react';
import { Heart } from 'lucide-react';
import { Button } from 'shared/ui';
import theme from 'shared/ui/styles/theme';
import { BASE_URL } from '@constants';
import { useFetch } from 'shared/hooks';
import instance from 'shared/apis/AxiosInterceptor';

interface PropsType {
Expand Down
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 ecd5e48

Please sign in to comment.