Eliminadas views no usadas

This commit is contained in:
Alejandro Tasistro 2025-05-23 17:38:45 -03:00
parent b29d63ed4d
commit aa545ff82a
4 changed files with 0 additions and 24 deletions

View file

@ -1,5 +0,0 @@
@extends('layouts.app')
@section('content')
<admin-body></admin-body>
@endsection

View file

@ -1,5 +0,0 @@
@extends('layouts.app')
@section('content')
<compras-body></compras-body>
@endsection

View file

@ -1,6 +0,0 @@
@extends('layouts.app')
@section('content')
<pedidos-body></pedidos-body>
<pedidos-devoluciones-modal></pedidos-devoluciones-modal>
@endsection

View file

@ -1,8 +0,0 @@
@extends('layouts.app')
@section('content')
<app-main></app-main>
@endsection
@section('scripts')
@endsection