Skip to content

Commit

Permalink
FE-61 ๐Ÿ“ ๊ฐ์ • ์นด๋“œ, ๊ฐ์ • ์…€๋ ‰ํ„ฐ ์ฃผ์„ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 15, 2024
1 parent 2430b6a commit 3732b6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
1๊ฐœ์˜ ๊ฐ์ • ์•„์ด์ฝ˜ ์นด๋“œ๋ฅผ ๋žœ๋”๋ง ํ•ฉ๋‹ˆ๋‹ค.
์•„์ด์ฝ˜์˜ ํƒ€์ž…, ์ƒํƒœ, ํฌ๊ธฐ, ํด๋ฆญ ์ด๋ฒคํŠธ๋ฅผ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.
์•„์ด์ฝ˜ ํƒ€์ž…๊ณผ ์ƒํƒœ์— ๋”ฐ๋ผ ์•„์ด์ฝ˜์˜ ๋ชจ์–‘๊ณผ ์Šคํƒ€์ผ์„ ์กฐ์ •ํ•ฉ๋‹ˆ๋‹ค.
*/

import React from 'react';
import cn from '@/lib/utils';
import Image from 'next/image';
Expand Down
7 changes: 6 additions & 1 deletion src/components/Emotion/EmotionSelector.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/*
์—ฌ๋Ÿฌ ๊ฐœ์˜ EmotionIconCard๋ฅผ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.
์‚ฌ์šฉ์ž ์ธํ„ฐํŽ˜์ด์Šค์— ํ•„์š”ํ•œ ์ƒํ˜ธ ์ž‘์šฉ ๋กœ์ง์„ ํฌํ•จํ•ฉ๋‹ˆ๋‹ค.
*/

import React, { useState } from 'react';
import EmotionIconCard from '@/components/Emotion/card/EmotionIconCard';
import EmotionIconCard from '@/components/Emotion/EmotionCard';
import useMediaQuery from '@/hooks/useMediaQuery';
import { EmotionType, EmotionState } from '@/types/EmotionTypes';

Expand Down

0 comments on commit 3732b6f

Please sign in to comment.