Skip to content

Commit

Permalink
chore: index.ts 파일 설정 및 불필요한 이미지 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso committed Nov 22, 2024
1 parent 7afbc7c commit e9ebad0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions components/molecules/cheer/cheer-bottom-sheet.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
import { ChangeEvent } from 'react';

import { Button } from '@/components/atoms';
import { BottomSheet, BottomSheetProps } from '@/components/molecules';
import {
BottomSheet,
BottomSheetProps,
DirectCheerBottomSheet,
} from '@/components/molecules';
import { DetailCheerItemSelected } from '@/features/record-detail';
import { css } from '@/styled-system/css';
import { flex, grid } from '@/styled-system/patterns';

import { CheerItem } from './cheer-item';
import { DirectCheerBottomSheet } from './direct-cheer-bottom-sheet';

type CheerBottomSheet = {
isOpenDirectCheerBottomSheet: boolean;
Expand Down Expand Up @@ -67,6 +70,7 @@ export const CheerBottomSheet = ({
/>
</div>
</BottomSheet>

<DirectCheerBottomSheet
isOpen={isOpenDirectCheerBottomSheet}
directCheerComment={directCheerComment}
Expand Down
1 change: 1 addition & 0 deletions components/molecules/cheer/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './cheer-bottom-sheet';
export * from './cheer-item';
export * from './cheer-progress';
export * from './direct-cheer-bottom-sheet';
Binary file removed public/images/direct-cheer.png
Binary file not shown.

0 comments on commit e9ebad0

Please sign in to comment.