From b63c5c6b8c261ce2de5b029f006dc080e3012be8 Mon Sep 17 00:00:00 2001 From: Levente0322 Date: Fri, 16 Aug 2024 17:42:58 +0300 Subject: [PATCH] Update index.tsx --- src/components/Point/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Point/index.tsx b/src/components/Point/index.tsx index 31015ac..c1dc970 100644 --- a/src/components/Point/index.tsx +++ b/src/components/Point/index.tsx @@ -12,11 +12,11 @@ export default function Point({ point }: IProps) { Lat: {point[0]}
Lon {point[1]}
Notes: -
); -} \ No newline at end of file +}