chore: fixing ref names and changesets

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-08-08 09:29:16 +02:00
parent 8a19aba608
commit fda1bbc515
7 changed files with 128 additions and 6 deletions
+4 -4
View File
@@ -597,7 +597,7 @@ const appPlugin: FrontendPlugin<
| (() => (props: {}) => JSX.Element | null)
| (() => Promise<(props: {}) => JSX.Element | null>);
},
'core.component.component',
'core.swappableComponent',
{}
>,
{
@@ -740,7 +740,7 @@ const appPlugin: FrontendPlugin<
| (() => (props: {}) => JSX.Element | null)
| (() => Promise<(props: {}) => JSX.Element | null>);
},
'core.component.component',
'core.swappableComponent',
{}
>;
inputs: {};
@@ -796,7 +796,7 @@ const appPlugin: FrontendPlugin<
| (() => (props: {}) => JSX.Element | null)
| (() => Promise<(props: {}) => JSX.Element | null>);
},
'core.component.component',
'core.swappableComponent',
{}
>;
inputs: {};
@@ -852,7 +852,7 @@ const appPlugin: FrontendPlugin<
| (() => (props: {}) => JSX.Element | null)
| (() => Promise<(props: {}) => JSX.Element | null>);
},
'core.component.component',
'core.swappableComponent',
{}
>;
inputs: {};