From 65dd7b53be8ee62afda54929f8965a5aad1e7a61 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 8 Apr 2025 19:05:55 +0200 Subject: [PATCH] docs/frontend-system: remove instruction to add React import Signed-off-by: Patrik Oldsberg --- docs/frontend-system/building-plugins/05-migrating.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,