reorganize

This commit is contained in:
Ludovic CANDELLIER
2022-11-11 13:24:24 +01:00
parent ebe7ba5f6c
commit 782809829b
21 changed files with 25 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
@section('content')
@include('auth.partials.login')
@include('Shop.auth.partials.login')
<p class="mt-3">
Vous n'avez pas encore de compte ?

View File

@@ -4,5 +4,5 @@
])
@section('content')
@include('auth.partials.register')
@include('Shop.auth.partials.register')
@endsection