Fix wrong import in README.md

Replace `identityApi` with `identityApiRef` when importing from
@backstage/core-plugin-api.

Signed-off-by: Clemens Stefan Heithecker <48448358+clemensheithecker@users.noreply.github.com>
Signed-off-by: Clemens Stefan Heithecker <clemens@heithecker.dev>
This commit is contained in:
Clemens Stefan Heithecker
2022-09-27 10:50:10 +02:00
committed by Clemens Stefan Heithecker
parent 69af72171d
commit b5a63ea00b
+1 -1
View File
@@ -54,7 +54,7 @@ To make use of the user settings backend, replace the `WebStorage` with the
+ discoveryApiRef,
+ fetchApiRef,
errorApiRef,
+ identityApi,
+ identityApiRef,
+ storageApiRef,
} from '@backstage/core-plugin-api';
+import { UserSettingsStorage } from '@backstage/plugin-user-settings';