Skip to content

Commit

Permalink
merge pain
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 committed Jul 17, 2024
2 parents da5088e + 1d4da4f commit cf28986
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Marker/Marker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import getCrsRd from '@/utils/getCrsRd';
import styles from './styles.module.css';
import customMarker from './icons/customMarker';

const Marker = () => {
const Marker1 = () => {
const containerRef = useRef<HTMLDivElement>(null);
const [mapInstance, setMapInstance] = useState<L.Map | null>(null);
const [, setMarkerInstance] = useState<L.Marker | null>(null);
Expand Down Expand Up @@ -63,4 +63,4 @@ const Marker = () => {
return <div className={styles.container} ref={containerRef} />;
};

export default Marker;
export default Marker1;
6 changes: 6 additions & 0 deletions src/stories/Icons.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import { Meta } from "@storybook/blocks";

<<<<<<< HEAD
<Meta title="Leaflet - Icons" />

# Leaflet - Icons
=======
<Meta title="Icons" />

# Icons
>>>>>>> main
## In short

Expand Down

0 comments on commit cf28986

Please sign in to comment.