fix(SW-194): fix type imports

This commit is contained in:
Matilda Landström
2024-10-01 17:02:23 +02:00
parent 926d864413
commit 82789f66c6
9 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { HeadingProps } from "@/components/TempDesignSystem/Text/Title/title"
import type { HeadingProps } from "@/components/TempDesignSystem/Text/Title/title"
export type HeaderProps = {
link?: {