Skip to content

Commit 737212c

Browse files
authored
Update examples. (#488)
Changes from MRs: #480 #477 Relates-To: OLPEDGE-2622 Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com>
1 parent 0d78333 commit 737212c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/nodejs-example/getOlpClientSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { UserAuth } from "@here/olp-sdk-authentication";
21-
import { OlpClientSettings } from "@here/olp-sdk-dataservice-read";
21+
import { OlpClientSettings } from "@here/olp-sdk-core";
2222

2323
/**
2424
* Gets the `OlpClientSettings` instance.

examples/react-app-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@types/react-router-dom": "^5.1.6",
1414
"react": "^17.0.1",
1515
"react-dom": "^17.0.1",
16+
"react-scripts": "^4.0.3",
1617
"react-router-dom": "^5.2.0",
1718
"typescript": "^4.0.3"
1819
},

0 commit comments

Comments
 (0)