changed @internal prefix to @backstage

Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
This commit is contained in:
Lykke Axlin
2021-09-14 16:03:10 +02:00
parent c221f82c9b
commit a9ac8abc60
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ You'll need to add the plugin to the router in your `backend` package. You can d
```tsx
import { PluginEnvironment } from '../types';
import { createRouter } from '@internal/plugin-bazaar-backend';
import { createRouter } from '@backstage/plugin-bazaar-backend';
export default async function createPlugin({
logger,