New source found from dndbeyond.com
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
import React from "react";
|
||||
|
||||
export default class SubsectionHeaderContent extends React.PureComponent {
|
||||
render() {
|
||||
const { children } = this.props;
|
||||
|
||||
return <div className="ct-subsection__header-content">{children}</div>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user