diff --git a/resources/views/components/inputs/button.blade.php b/resources/views/components/inputs/button.blade.php
deleted file mode 100644
index d09fb0cd7..000000000
--- a/resources/views/components/inputs/button.blade.php
+++ /dev/null
@@ -1,30 +0,0 @@
-@props([
- 'type' => $attributes->get('type') ?? 'button',
- 'disabled' => null,
- 'confirm' => null,
- 'confirmAction' => null,
-])
-@if ($type === 'submit')
-
-@elseif($type === 'button')
-
-@endif