diff --git a/front_4_web/package-lock.json b/front_4_web/package-lock.json
index f265ab4..afbce88 100644
--- a/front_4_web/package-lock.json
+++ b/front_4_web/package-lock.json
@@ -19,6 +19,7 @@
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"antd": "^5.5.2",
+ "leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
@@ -12096,8 +12097,7 @@
"node_modules/leaflet": {
"version": "1.9.4",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz",
- "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==",
- "peer": true
+ "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA=="
},
"node_modules/leven": {
"version": "3.1.0",
diff --git a/front_4_web/package.json b/front_4_web/package.json
index 403ece5..1f96a07 100644
--- a/front_4_web/package.json
+++ b/front_4_web/package.json
@@ -14,6 +14,7 @@
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"antd": "^5.5.2",
+ "leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
diff --git a/front_4_web/src/modules/common/components/Button.tsx b/front_4_web/src/modules/common/components/Button.tsx
new file mode 100644
index 0000000..bb6271b
--- /dev/null
+++ b/front_4_web/src/modules/common/components/Button.tsx
@@ -0,0 +1,7 @@
+export const Button = (): JSX.Element=>{
+ return(
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/front_4_web/src/modules/common/components/styles/Button.style.ts b/front_4_web/src/modules/common/components/styles/Button.style.ts
new file mode 100644
index 0000000..7a18a4d
--- /dev/null
+++ b/front_4_web/src/modules/common/components/styles/Button.style.ts
@@ -0,0 +1,5 @@
+import styled from "styled-components";
+
+export const Bottom = styled.button`
+
+`;
\ No newline at end of file
diff --git a/front_4_web/src/modules/dashboard/components/Content.tsx b/front_4_web/src/modules/dashboard/components/Content.tsx
index fc84de9..5244690 100644
--- a/front_4_web/src/modules/dashboard/components/Content.tsx
+++ b/front_4_web/src/modules/dashboard/components/Content.tsx
@@ -1,8 +1,8 @@
import { Map } from "../../details/components/Map";
-export const Content = (): JSX.Element => {
+export const Content = (props?:any): JSX.Element => {
return(
<>
-
+