Skip to content

Commit 95961ba

Browse files
committed
[style] 수정사항 반영
1 parent 2592864 commit 95961ba

File tree

6 files changed

+2
-39
lines changed

6 files changed

+2
-39
lines changed
File renamed without changes.

src/app/recipe/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ import Glass from '@/shared/assets/images/recipe_page_header.webp';
44
import SelectBox from '@/shared/components/InputBox/SelectBox';
55
import Input from '@/shared/components/InputBox/Input';
66
import CocktailList from '@/shared/components/recipePage/cocktailList/CocktailList';
7-
import Accordion from './Accordion';
7+
import Accordion from './components/Accordion';
88

99
export const metadata: Metadata = {
1010
title: 'SSOUL | 칵테일레시피',
1111
description: '칵테일 레시피가 궁금하신 분들을 위한 레시피 페이지',
1212
};
1313

14-
// select는 좌측정렬 검색창 꽉차게
15-
1614
function Page() {
1715
return (
1816
<div className="w-full">

src/shared/@store/store.ts renamed to src/shared/@store/accordionStore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { create } from 'zustand';
33

44
// select박스 아코디언 메뉴
5-
65
export type ID = string | number;
76

87
type AccordionState = {
-81.6 KB
Binary file not shown.

src/shared/components/InputBox/SelectBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22
import { Ref, useMemo, useState } from 'react';
33
import Down from '@/shared/assets/icons/selectDown_24.svg';
4-
import { ID, useAccordionStore } from '@/shared/@store/store';
4+
import { ID, useAccordionStore } from '@/shared/@store/accordionStore';
55
import { useShallow } from 'zustand/shallow';
66

77
interface Props {

src/shared/components/recipePage/cocktails/Cocktails.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)