Commit 2d49bfa6 authored by XieZhiXiong's avatar XieZhiXiong

chore: 更改组件名

parent 8cf939c0
......@@ -44,7 +44,7 @@ interface IProps {
children?: React.ReactNode,
}
const AnchorPageHeader: React.FC<IProps> = (props: IProps) => {
const AnchorPage: React.FC<IProps> = (props: IProps) => {
const {
title,
extra,
......@@ -129,10 +129,10 @@ const AnchorPageHeader: React.FC<IProps> = (props: IProps) => {
);
};
AnchorPageHeader.defaultProps = {
AnchorPage.defaultProps = {
extra: null,
customStyle: {},
children: null,
};
export default AnchorPageHeader;
export default AnchorPage;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment