import SecuritySettings from "./security"; const SecuritySettingsPage = async () => { return (
); }; export default SecuritySettingsPage;