techdocs: stop exporting entity content empty state

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2024-09-16 11:53:19 +01:00
parent c7cb4c02f1
commit dc6526f020
2 changed files with 1 additions and 25 deletions
+1 -2
View File
@@ -185,8 +185,7 @@ const techDocsEntityContent = EntityContentBlueprint.makeWithOverrides({
},
});
/** @alpha */
export const TechDocsEntityContentEmptyState = createExtension({
const TechDocsEntityContentEmptyState = createExtension({
kind: 'element',
name: 'entity-content-empty-state',
attachTo: { id: 'entity-content:techdocs', input: 'emptyState' },