mariadb rebuild

This commit is contained in:
admin
2025-09-30 14:53:22 +07:00
parent 83fc120885
commit 8b2dff8d1d
411 changed files with 5 additions and 2898 deletions

View File

@@ -7,7 +7,7 @@ export const metadata = {
export default function AuthLayout({ children }) {
return (
<html lang="en">
// <html lang="en">
<div className="flex items-center justify-center min-h-screen bg-gradient-to-br from-sky-50 to-sky-100">
<div className="w-full max-w-md p-6 bg-white shadow-lg rounded-2xl">
{/* Header */}
@@ -27,6 +27,6 @@ export default function AuthLayout({ children }) {
</div>
</div>
</div>
</html>
// </html>
);
}