diff --git a/src/client/map/MapSet/MapSet.tsx b/src/client/map/MapSet/MapSet.tsx index 1c949fc..7ef04cd 100644 --- a/src/client/map/MapSet/MapSet.tsx +++ b/src/client/map/MapSet/MapSet.tsx @@ -1,7 +1,7 @@ import classnames from 'classnames'; import React from 'react'; import { ReactCompareSlider, ReactCompareSliderHandle } from 'react-compare-slider'; -import { SingleMap } from '../MapSet/SingleMap'; +import { SingleMap } from './SingleMap'; import { useSharedState } from '../../shared/hooks/state.useSharedState'; import { getMapSetByKey } from '../../shared/appState/selectors/getMapSetByKey'; import { getSyncedView } from '../../shared/appState/selectors/getSyncedView'; @@ -21,6 +21,7 @@ export interface MapSetWrapperProps { * @param {MapSetWrapperProps} props - The props for the wrapper component. * @returns {JSX.Element} The wrapped children inside a div with the "ptr-MapSet" class. */ + export const MapSetWrapper = ({ children }: MapSetWrapperProps) => { return