более менее сделан фронтенд, ЛК не работает и система оплаты тоже
This commit is contained in:
12
ospabhost/frontend/src/pages/dashboard/settings.tsx
Normal file
12
ospabhost/frontend/src/pages/dashboard/settings.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
const Settings = () => {
|
||||
return (
|
||||
<div className="p-8 bg-white rounded-3xl shadow-xl">
|
||||
<h2 className="text-3xl font-bold text-gray-800 mb-6">Настройки аккаунта</h2>
|
||||
<p className="text-lg text-gray-500">
|
||||
Здесь вы сможете изменить свои личные данные, email и пароль.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Settings;
|
||||
Reference in New Issue
Block a user