chore: add deps

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-08-07 17:12:46 +02:00
parent b9758e4a28
commit 8a19aba608
4 changed files with 6 additions and 4 deletions
@@ -25,7 +25,7 @@ export const componentDataRef = createExtensionDataRef<{
loader:
| (() => (props: {}) => JSX.Element | null)
| (() => Promise<(props: {}) => JSX.Element | null>);
}>().with({ id: 'core.component.component' });
}>().with({ id: 'core.swappableComponent' });
/**
* Blueprint for creating swappable components from a SwappableComponentRef and a loader