refactor: eslint and prettier conflict will be resolved and formatted

This commit is contained in:
Enes Köksal
2026-04-23 17:05:43 +03:00
parent 385b61f29b
commit 3cfea40fbd
219 changed files with 16638 additions and 13663 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
import { redirect } from 'next/navigation';
import { auth } from '@/lib/auth';
export default async function AuthLayout({
children,
}: {
children: React.ReactNode;
}) {
export default async function AuthLayout({ children }: { children: React.ReactNode }) {
const session = await auth();
// If already logged in, redirect to dashboard