diff --git a/docs/frontend-system/building-plugins/05-migrating.md b/docs/frontend-system/building-plugins/05-migrating.md index 00316df2eb..846e2c944b 100644 --- a/docs/frontend-system/building-plugins/05-migrating.md +++ b/docs/frontend-system/building-plugins/05-migrating.md @@ -105,10 +105,9 @@ and the following instruction in the plugin README: } /> ``` -it can be migrated as the following, keeping in mind that you may need to switch from `.ts` to `.tsx` and import React: +it can be migrated as the following, keeping in mind that you may need to switch from `.ts` to `.tsx`: ```tsx -import React from 'react'; import { PageBlueprint } from '@backstage/frontend-plugin-api'; import { compatWrapper,