mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
fix: widget type not exported from core (#23416)
This commit is contained in:
parent
76f429d635
commit
0abebb3869
@ -68,6 +68,7 @@ export type {
|
||||
Entity,
|
||||
} from '../../shared/contracts/shared';
|
||||
export type { RBACContext, RBACMiddleware } from './core/apis/rbac';
|
||||
export type { Widget as WidgetType } from './core/apis/Widgets';
|
||||
|
||||
/**
|
||||
* Utils
|
||||
|
||||
@ -14,7 +14,7 @@ import { useStrapiApp } from '../../features/StrapiApp';
|
||||
import { LastEditedWidget, LastPublishedWidget } from './components/ContentManagerWidgets';
|
||||
import { GuidedTour } from './components/GuidedTour';
|
||||
|
||||
import type { Widget as WidgetType } from 'src/core/apis/Widgets';
|
||||
import type { WidgetType } from '@strapi/admin/strapi-admin';
|
||||
|
||||
/* -------------------------------------------------------------------------------------------------
|
||||
* WidgetRoot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user