import React from "react"; import { theme, Marker } from "@local-logic/core/ui"; import { RootProps } from "./types"; import HomeSVG from "../../../assets/icons/home.svg"; import PlaceSVG from "../../../assets/icons/place.svg"; export const Root = ({ options }: RootProps) => ( );