Fix import for createPlugin in example snippet

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
This commit is contained in:
Júlio Zynger
2021-09-10 13:40:25 +02:00
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',