более менее сделан фронтенд, ЛК не работает и система оплаты тоже

This commit is contained in:
Georgiy Syralev
2025-09-16 18:14:47 +03:00
parent 40de29041d
commit f65991c114
31 changed files with 1134 additions and 390 deletions

View 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;