From 8acf06c3c77a45f595573101907cf9e5f7af4886 Mon Sep 17 00:00:00 2001 From: gwagjiug Date: Thu, 21 Nov 2024 23:57:34 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20storybook=20font=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .storybook/preview-head.html | 1 + src/pages/Main.tsx | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .storybook/preview-head.html diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html new file mode 100644 index 0000000..bf554ed --- /dev/null +++ b/.storybook/preview-head.html @@ -0,0 +1 @@ + diff --git a/src/pages/Main.tsx b/src/pages/Main.tsx index a5fabd5..2573434 100644 --- a/src/pages/Main.tsx +++ b/src/pages/Main.tsx @@ -1,5 +1,3 @@ -const Main = () => { - return
Main
; -}; +const Main = () =>
Main
; export default Main;