diff --git a/app/Livewire/Dashboard/DashboardConverter.php b/app/Livewire/Dashboard/DashboardConverter.php new file mode 100644 index 0000000..56e324d --- /dev/null +++ b/app/Livewire/Dashboard/DashboardConverter.php @@ -0,0 +1,21 @@ + +

Drop your file here

+

PNG, JPG, WEBP and PDF supported in beta

+ diff --git a/tests/Feature/Livewire/DashboardConverterTest.php b/tests/Feature/Livewire/DashboardConverterTest.php new file mode 100644 index 0000000..ec43f85 --- /dev/null +++ b/tests/Feature/Livewire/DashboardConverterTest.php @@ -0,0 +1,9 @@ +assertSee('Drop your file here'); +});