diff --git a/components/Blocks/Shortcuts/OneColumnList/index.tsx b/components/Blocks/Shortcuts/OneColumnList/index.tsx
index 4284aa777..2098c0d89 100644
--- a/components/Blocks/Shortcuts/OneColumnList/index.tsx
+++ b/components/Blocks/Shortcuts/OneColumnList/index.tsx
@@ -1,6 +1,4 @@
-import { ArrowRightIcon } from "@/components/Icons"
-import Link from "@/components/TempDesignSystem/Link"
-import Body from "@/components/TempDesignSystem/Text/Body"
+import Shortcut from "../Shortcut"
import styles from "./oneColumnList.module.css"
@@ -9,19 +7,7 @@ import { ShortcutsListProps } from "@/types/components/myPages/myPage/shortcuts"
export default function OneColumnList({ linkList }: ShortcutsListProps) {
return (