diff --git a/src/app/(crew)/_components/category/internal-category/internal-category.stories.tsx b/src/app/(crew)/_components/category/internal-category/internal-category.stories.tsx
index b27cbed5..afe30fc3 100644
--- a/src/app/(crew)/_components/category/internal-category/internal-category.stories.tsx
+++ b/src/app/(crew)/_components/category/internal-category/internal-category.stories.tsx
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import type { Meta, StoryFn } from '@storybook/react';
import categoryData from '@/src/data/category.json';
-import InternalCategory, { InternalCategoryProps } from '.';
+import InternalCategory from '.';
const meta: Meta = {
title: 'layout/category',
diff --git a/src/app/(crew)/page.tsx b/src/app/(crew)/page.tsx
index a384f5dc..783f9d2c 100644
--- a/src/app/(crew)/page.tsx
+++ b/src/app/(crew)/page.tsx
@@ -97,7 +97,7 @@ export default function HomePage() {
diff --git a/src/components/common/button/index.tsx b/src/components/common/button/index.tsx
index fccb2006..44bfc3e4 100644
--- a/src/components/common/button/index.tsx
+++ b/src/components/common/button/index.tsx
@@ -30,7 +30,7 @@ export default function Button({