chore: reworking a little more to simplify again
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -20,7 +20,7 @@ import { BackstagePlugin, Extension } from '../plugin/types';
|
||||
import { RouteRef, useRouteRef } from '../routing';
|
||||
import { attachComponentData } from './componentData';
|
||||
|
||||
export type ComponentLoader<T> =
|
||||
type ComponentLoader<T> =
|
||||
| {
|
||||
lazy: () => Promise<T>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user