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() { - +
{ + + ); };