fix(SW-719): use utils inside components folder

This commit is contained in:
Fredrik Thorsson
2024-11-11 11:14:58 +01:00
parent 258c61c792
commit b0aed971ea
3 changed files with 22 additions and 23 deletions

View File

@@ -9,9 +9,9 @@ import Title from "@/components/TempDesignSystem/Text/Title"
import {
getBodyFontColor,
getScriptFontColor,
getTheme,
getTitleFontColor,
} from "../utils/cardFontColors"
import { getTheme } from "../utils/cardTheme"
} from "./utils"
import { cardVariants } from "./variants"
import styles from "./card.module.css"