fix(SW-96): use import type
This commit is contained in:
@@ -10,7 +10,7 @@ import Caption from "@/components/TempDesignSystem/Text/Caption"
|
||||
|
||||
import styles from "./Lightbox.module.css"
|
||||
|
||||
import { GalleryProps } from "@/types/components/lightbox/lightbox"
|
||||
import type { GalleryProps } from "@/types/components/lightbox/lightbox"
|
||||
|
||||
export default function Gallery({
|
||||
images,
|
||||
|
||||
Reference in New Issue
Block a user