Format and make ban-suspicious-ips more better
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
'use client';
|
||||
|
||||
const ProfilePage = () => {
|
||||
return (
|
||||
<div className='flex flex-col items-center min-h-[90vh]'>
|
||||
</div>
|
||||
);
|
||||
return <div className='flex flex-col items-center min-h-[90vh]'></div>;
|
||||
};
|
||||
export default ProfilePage;
|
||||
|
Reference in New Issue
Block a user