From ac3690a6d800c3f878041345d0e7fe7f893576bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9A=94=EC=88=A0=ED=86=A0=EB=81=BC?= Date: Mon, 31 Jul 2023 16:21:53 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=83=81=EC=88=98=EA=B0=80=20?= =?UTF-8?q?=EC=A0=80=EC=9E=A5=EB=90=98=EB=8A=94=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EC=9D=84=20thread=20->=20feed=20=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/constants/{thread.ts => feed.ts} | 0 frontend/src/hooks/thread/useThreadHeight.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename frontend/src/constants/{thread.ts => feed.ts} (100%) diff --git a/frontend/src/constants/thread.ts b/frontend/src/constants/feed.ts similarity index 100% rename from frontend/src/constants/thread.ts rename to frontend/src/constants/feed.ts diff --git a/frontend/src/hooks/thread/useThreadHeight.tsx b/frontend/src/hooks/thread/useThreadHeight.tsx index 87737cde7..e879f8802 100644 --- a/frontend/src/hooks/thread/useThreadHeight.tsx +++ b/frontend/src/hooks/thread/useThreadHeight.tsx @@ -1,6 +1,6 @@ import { useState, useEffect } from 'react'; import type { RefObject } from 'react'; -import { DEFAULT_MAX_THREAD_HEIGHT } from '~/constants/thread'; +import { DEFAULT_MAX_THREAD_HEIGHT } from '~/constants/feed'; /** * 《useThreadHeight》