Skip to content

Commit e2dd7df

Browse files
committed
fix ui
1 parent 2591d82 commit e2dd7df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/views/pages/importer.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<div class="space-y-4">
2-
1+
<x-filament::page>
32
<x-filament::section>
43
found:
54
<span class="text-md font-semibold">{{ $this->getViewData()['wpPosts']->count() }}</span>
@@ -13,4 +12,4 @@
1312
Import
1413
</x-filament::button>
1514
</div>
16-
</div>
15+
</x-filament::page>

0 commit comments

Comments
 (0)