diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php new file mode 100644 index 0000000..e474bd7 --- /dev/null +++ b/resources/views/app.blade.php @@ -0,0 +1,16 @@ + + + + + + Laravel + React + Inertia + @viteReactRefresh + @vite(['resources/js/app.jsx']) + + @inertiaHead + + + + @inertia + + \ No newline at end of file