Skip to content

Commit ff9e681

Browse files
committed
Remove unused css
1 parent f4d9ce1 commit ff9e681

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FieldServiceProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public function boot()
1717
{
1818
Nova::serving(function (ServingNova $event) {
1919
Nova::script('secret-field', __DIR__.'/../dist/js/field.js');
20-
Nova::style('secret-field', __DIR__.'/../dist/css/field.css');
2120
});
2221
}
2322

0 commit comments

Comments
 (0)