fix(SW-96): use import type
This commit is contained in:
@@ -8,7 +8,7 @@ import Gallery from "./Gallery"
|
||||
|
||||
import styles from "./Lightbox.module.css"
|
||||
|
||||
import { LightboxProps } from "@/types/components/lightbox/lightbox"
|
||||
import type { LightboxProps } from "@/types/components/lightbox/lightbox"
|
||||
|
||||
export default function Lightbox({ images, children }: LightboxProps) {
|
||||
const [isOpen, setIsOpen] = useState(false)
|
||||
|
||||
Reference in New Issue
Block a user