Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐Ÿ› Build bug fix #226

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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