Fix import for createPlugin in example snippet
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
This commit is contained in:
committed by
Julio Zynger
parent
b78d4b03bd
commit
b5311cfa06
@@ -18,7 +18,7 @@ import React from 'react';
|
||||
import { Button, Typography } from '@material-ui/core';
|
||||
import { CodeSnippet, EmptyState } from '@backstage/core-components';
|
||||
|
||||
const EXAMPLE = `import { createPlugin } from '@backstage/core';
|
||||
const EXAMPLE = `import { createPlugin } from '@backstage/core-plugin-api';
|
||||
|
||||
export default createPlugin({
|
||||
id: 'plugin-name',
|
||||
|
||||
Reference in New Issue
Block a user