relocate view layouts

This commit is contained in:
hackerESQ
2024-08-04 21:04:16 -05:00
parent 7e33718dbb
commit dffb52b86b
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ class GuestLayout extends Component
*/
public function render(): View
{
return view('layouts.guest');
return view('layouts.guest-layout');
}
}