Corrected TechDocs import

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-04-08 11:34:27 -05:00
parent b718da6320
commit 50f3193fac
@@ -1232,7 +1232,7 @@ const backend = createBackend();
// Other plugins...
/* highlight-add-start */
backend.add(import('@backstage/plugin-search-backend-module-techdocs/alpha'));
backend.add(import('@backstage/plugin-techdocs-backend/alpha'));
/* highlight-add-end */
```