fix(SW-285): add type to type imports
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user