From 2db756b73805b22636129f212d5dc8f597f0bbf6 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Mon, 7 Oct 2024 10:57:51 +0200 Subject: [PATCH] feat(SW-322): fix typo --- .../Blocks/Shortcuts/{TwoColumList => TwoColumnList}/index.tsx | 0 .../{TwoColumList => TwoColumnList}/twoColumnList.module.css | 0 components/Blocks/Shortcuts/index.tsx | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename components/Blocks/Shortcuts/{TwoColumList => TwoColumnList}/index.tsx (100%) rename components/Blocks/Shortcuts/{TwoColumList => TwoColumnList}/twoColumnList.module.css (100%) 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"