Updated README.md example

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2022-12-30 15:01:50 -06:00
parent c5021564c6
commit 9f9d279bd1
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -68,6 +68,7 @@ ready to make modifications, add the following code snippet to add the
```diff
+import { ToolSearchResultListItem } from '@backstage/plugin-explore';
+import BuildIcon from '@material-ui/icons/Build';
const SearchPage = () => {
...