diff --git a/components/Blocks/Shortcuts/TwoColumList/index.tsx b/components/Blocks/Shortcuts/TwoColumnList/index.tsx similarity index 100% rename from components/Blocks/Shortcuts/TwoColumList/index.tsx rename to components/Blocks/Shortcuts/TwoColumnList/index.tsx diff --git a/components/Blocks/Shortcuts/TwoColumList/twoColumnList.module.css b/components/Blocks/Shortcuts/TwoColumnList/twoColumnList.module.css similarity index 100% rename from components/Blocks/Shortcuts/TwoColumList/twoColumnList.module.css rename to components/Blocks/Shortcuts/TwoColumnList/twoColumnList.module.css diff --git a/components/Blocks/Shortcuts/index.tsx b/components/Blocks/Shortcuts/index.tsx index 77ad1bcb4..6ef39665e 100644 --- a/components/Blocks/Shortcuts/index.tsx +++ b/components/Blocks/Shortcuts/index.tsx @@ -2,7 +2,7 @@ import SectionContainer from "@/components/Section/Container" import SectionHeader from "@/components/Section/Header" import OneColumnList from "./OneColumnList" -import TwoColumnList from "./TwoColumList" +import TwoColumnList from "./TwoColumnList" import type { ShortcutsProps } from "@/types/components/myPages/myPage/shortcuts"