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
+5 -5
View File
@@ -1,7 +1,7 @@
export default function OnboardingLayout({ children }: { children: React.ReactNode }) {
return (
<div className="min-h-screen bg-background flex items-center justify-center p-4">
{children}
</div>
);
return (
<div className="min-h-screen bg-background flex items-center justify-center p-4">
{children}
</div>
);
}