From dde79f81372478a567e4073951518ca1b82dfcd4 Mon Sep 17 00:00:00 2001 From: "Bierett, Danilo" Date: Tue, 21 Nov 2023 06:38:54 +0100 Subject: [PATCH] Prettier --- src/samples/map-sample/ol-app/MapApp.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/samples/map-sample/ol-app/MapApp.tsx b/src/samples/map-sample/ol-app/MapApp.tsx index 8b55bb8..ef0e694 100644 --- a/src/samples/map-sample/ol-app/MapApp.tsx +++ b/src/samples/map-sample/ol-app/MapApp.tsx @@ -3,7 +3,7 @@ import { Box, Flex } from "@open-pioneer/chakra-integration"; import { MapAnchor, MapContainer } from "@open-pioneer/map"; import { ScaleBar } from "@open-pioneer/scale-bar"; -import {InitialExtent, ZoomIn, ZoomOut} from "@open-pioneer/map-navigation"; +import { InitialExtent, ZoomIn, ZoomOut } from "@open-pioneer/map-navigation"; import { useIntl } from "open-pioneer:react-hooks"; import { CoordinateViewer } from "@open-pioneer/coordinate-viewer"; import { SectionHeading, TitledSection } from "@open-pioneer/react-utils"; @@ -23,9 +23,7 @@ export function MapApp() { textAlign="center" py={1} > - - Open Pioneer - Map Sample - + Open Pioneer - Map Sample } > @@ -35,8 +33,6 @@ export function MapApp() { role="main" aria-label={intl.formatMessage({ id: "ariaLabel.map" })} > - - -