mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 00:27:32 +08:00
DEV: Delete old admin page action button component (#32347)
Followup a879bcdc356d4e691fd217abd34a9f9a2022539c
This commit is contained in:
@ -1,25 +0,0 @@
|
|||||||
// TODO (martin) Delete this once we have removed references from plugins.
|
|
||||||
|
|
||||||
import {
|
|
||||||
DangerActionListItem,
|
|
||||||
DangerButton,
|
|
||||||
DefaultActionListItem,
|
|
||||||
DefaultButton,
|
|
||||||
DPageActionButton,
|
|
||||||
DPageActionListItem,
|
|
||||||
PrimaryActionListItem,
|
|
||||||
PrimaryButton,
|
|
||||||
WrappedActionListItem,
|
|
||||||
WrappedButton,
|
|
||||||
} from "discourse/components/d-page-action-button";
|
|
||||||
|
|
||||||
export { DangerActionListItem as DangerActionListItem };
|
|
||||||
export { DangerButton as DangerButton };
|
|
||||||
export { DefaultActionListItem as DefaultActionListItem };
|
|
||||||
export { DefaultButton as DefaultButton };
|
|
||||||
export { DPageActionButton as DPageActionButton };
|
|
||||||
export { DPageActionListItem as DPageActionListItem };
|
|
||||||
export { PrimaryActionListItem as PrimaryActionListItem };
|
|
||||||
export { PrimaryButton as PrimaryButton };
|
|
||||||
export { WrappedActionListItem as WrappedActionListItem };
|
|
||||||
export { WrappedButton as WrappedButton };
|
|
Reference in New Issue
Block a user