Skip to content

Commit 904e90e

Browse files
committed
Adding back the default simple layout
1 parent 516baf3 commit 904e90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/auth-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import AuthLayoutTemplate from '@/layouts/auth/auth-split-layout';
1+
import AuthLayoutTemplate from '@/layouts/auth/auth-simple-layout';
22

33
export default function AuthLayout({ children, title, description, ...props }: { children: React.ReactNode; title: string; description: string }) {
44
return (

0 commit comments

Comments
 (0)