replace all usages of @backstage/search-common with @backstage/plugin-search-common
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ConfluenceCollator.ts reference
|
||||
|
||||
```ts
|
||||
import { DocumentCollator } from '@backstage/search-common';
|
||||
import { DocumentCollator } from '@backstage/plugin-search-common';
|
||||
import fetch from 'cross-fetch';
|
||||
|
||||
export class ConfluenceCollator implements DocumentCollator {
|
||||
|
||||
@@ -3,7 +3,7 @@ ConfluenceResultListItem.tsx reference
|
||||
```tsx
|
||||
import React from 'react';
|
||||
import { Link } from '@backstage/core-components';
|
||||
import { IndexableDocument } from '@backstage/search-common';
|
||||
import { IndexableDocument } from '@backstage/plugin-search-common';
|
||||
import {
|
||||
Divider,
|
||||
ListItem,
|
||||
|
||||
Reference in New Issue
Block a user