Skip to content

Commit

Permalink
feat: Updated routes/web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 10, 2024
1 parent 31efe0f commit 4beba26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
|
*/

Route::get('/', function () {
return view('welcome');
});
Route::get('/', \App\Http\Livewire\HomePage::class);

0 comments on commit 4beba26

Please sign in to comment.