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 +}