более менее сделан фронтенд, ЛК не работает и система оплаты тоже
This commit is contained in:
10
ospabhost/frontend/src/pages/dashboard/checkverification.tsx
Normal file
10
ospabhost/frontend/src/pages/dashboard/checkverification.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
const CheckVerification = () => {
|
||||
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">Здесь будут отображаться чеки для проверки.</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default CheckVerification;
|
||||
Reference in New Issue
Block a user