From 23f380c7259258667bce7bffae646a765ceca330 Mon Sep 17 00:00:00 2001 From: steven-yn Date: Thu, 9 Nov 2023 04:40:31 +0900 Subject: [PATCH] =?UTF-8?q?add:=20youtube=20=EC=95=84=EC=9D=B4=EC=BD=98=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 3 ++- src/components/storybook/IconBoard.tsx | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef90f9c..d50d166 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,6 @@ import Image from 'next/image'; import { getClient } from '@/apollo/apollo-client'; +import IconBoard from '@/components/storybook/IconBoard'; import { GET_SKILLS_BY_ID } from '@/gql/queries'; import { GetSkillByIdQuery, GetSkillByIdQueryVariables } from '@/types/graphql'; import styles from './page.module.css'; @@ -44,7 +45,7 @@ export default async function Home() { - +
{ + + ); };