Files
ballistic-builder/app/Fragments/DSTPageHeader/index.js

8 lines
117 B
JavaScript
Raw Normal View History

2024-11-15 15:58:34 -05:00
const DSTPageHeader = props => {
return (
<div>{props.title}</div>
)
}
export default DSTPageHeader