/*! Formir - Room Gallery v1.4.7-dev by @konrad-k - https://formir.io/room-gallery/ * All rights reserved - Copyright © 2024 */
import type { RoomGalleryProps } from './types/types'
import { RoomGallery } from './components/RoomGallery'
export { RoomGallery, RoomGalleryProps }
export default RoomGallery
