fix(SW-285): add type to type imports

This commit is contained in:
Chuma McPhoy
2024-09-03 10:42:45 +02:00
parent bc01fe499b
commit ca156e5b7f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import {
SidebarDynamicComponentEnum,
SidebarTypenameEnum,
} from "@/types/components/content/enums"
import { SidebarProps } from "@/types/components/content/sidebar"
import type { SidebarProps } from "@/types/components/content/sidebar"
export default function SidebarLoyalty({ blocks }: SidebarProps) {
return (