Skip to content

Commit 2ed60d0

Browse files
Merge pull request #95 from yulinscottkang/v1
chore: upgrade react-azure-maps to v1.0
2 parents 1d286a0 + af50ae4 commit 2ed60d0

File tree

3 files changed

+30
-207
lines changed

3 files changed

+30
-207
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"@types/react": "^18.0.15",
1212
"@types/react-dom": "^18.0.6",
1313
"@types/react-router-dom": "^5.1.3",
14+
"azure-maps-control": "^3.0.1",
1415
"react": "^18.2.0",
15-
"react-azure-maps": "^0.4.5",
16+
"react-azure-maps": "^1.0.0",
1617
"react-dom": "^18.2.0",
1718
"react-router-dom": "^6.3.0",
1819
"react-scripts": "5.0.1",

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
22
import './App.css';
3+
import 'azure-maps-control/dist/atlas.min.css'
34

45
import Layout from './Layout/Layout';
56

0 commit comments

Comments
 (0)