import * as React from "react";
export default function SecuritySetting() {
return (
<>
<h1>Security</h1>
<hr></hr>
<p>Now on security!</p>
</>
);
}