1
0
Fork 0

Adding config/ignite.php

This commit is contained in:
Henrik Hautakoski 2022-01-02 21:16:23 +01:00
parent a75c9ddb99
commit 3762e92989

9
config/ignite.php Normal file
View file

@ -0,0 +1,9 @@
<?php
return [
'select' => [
'icon' => 'heroicon-s-chevron-down',
]
];