fix: 解决css污染bug
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import React from 'react';
|
||||
import React from 'react'
|
||||
const FooterComponent: React.FC = () => {
|
||||
return (
|
||||
<div style={{ textAlign: 'center', color: 'black' }}>
|
||||
schisandra ©{new Date().getFullYear()} Created by schisandra
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
return (
|
||||
<div style={{textAlign: 'center',color: 'black'}}>
|
||||
schisandra ©{new Date().getFullYear()} Created by schisandra
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default FooterComponent;
|
||||
export default FooterComponent
|
||||
|
||||
Reference in New Issue
Block a user