10 lines
144 B
JavaScript

const StatementsPage = () => {
return (
<>
<h5>StatementsPage</h5>
</>
);
};
export default StatementsPage