We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d286a0 + af50ae4 commit 2ed60d0Copy full SHA for 2ed60d0
package.json
@@ -11,8 +11,9 @@
11
"@types/react": "^18.0.15",
12
"@types/react-dom": "^18.0.6",
13
"@types/react-router-dom": "^5.1.3",
14
+ "azure-maps-control": "^3.0.1",
15
"react": "^18.2.0",
- "react-azure-maps": "^0.4.5",
16
+ "react-azure-maps": "^1.0.0",
17
"react-dom": "^18.2.0",
18
"react-router-dom": "^6.3.0",
19
"react-scripts": "5.0.1",
src/App.tsx
@@ -1,5 +1,6 @@
1
import React from 'react';
2
import './App.css';
3
+import 'azure-maps-control/dist/atlas.min.css'
4
5
import Layout from './Layout/Layout';
6
0 commit comments