chore: drawer ux
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import '../style/title-wrapper.less';
|
||||
|
||||
const TitleWrapper: React.FC<any> = ({ children }) => {
|
||||
return (
|
||||
<h3 className="h3">
|
||||
<span>{children}</span>
|
||||
</h3>
|
||||
);
|
||||
};
|
||||
|
||||
export default TitleWrapper;
|
||||
Reference in New Issue
Block a user