Skip to content

Commit

Permalink
feat: 음식 상세정보 컴포넌트 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Jan 3, 2025
1 parent 9e84bb3 commit a27eaa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shared/components/food-detail/FoodDetail.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const FoodDetail = () => {
return <div>FoodDetail</div>;
};

export default FoodDetail;
1 change: 1 addition & 0 deletions src/shared/components/food-detail/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as FoodDetail } from './FoodDetail';
1 change: 1 addition & 0 deletions src/shared/components/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './food-detail';
export * from './payment-methods';

0 comments on commit a27eaa9

Please sign in to comment.