my first commit

This commit is contained in:
2025-04-16 19:12:56 +03:00
parent 685c734f6e
commit ab91a5dd31
73 changed files with 0 additions and 12782 deletions

View File

@@ -1,7 +0,0 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});