Button file change location

This commit is contained in:
Cüneyt Şentürk
2022-06-16 16:59:50 +03:00
parent 7ac568ece1
commit 89d1a2ce0a
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<button type="{{ $type }}" class="{{ $class }}" {{ $attributes }}>
{{ $slot }}
</button>