feat(SW-322): fix typo

This commit is contained in:
Fredrik Thorsson
2024-10-07 10:57:51 +02:00
parent 5ea3410006
commit 2db756b738
3 changed files with 1 additions and 1 deletions

View File

@@ -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"