update docs reference from @backstage/core-app-api#createApp to backstage/app-defaults#createApp

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-15 12:42:07 -05:00
parent 68f8b10ccd
commit 17de72e406
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ For example, adding the theme that we created in the previous section can be
done like this:
```ts
import { createApp } from '@backstage/core-app-api';
import { createApp } from '@backstage/app-defaults';
const app = createApp({
apis: ...,