refactor: remove unused import of router for cleaner code

This commit is contained in:
Yoga Pangestu 2026-08-05 22:25:26 +07:00
parent bd20162c13
commit c887eddd88

View File

@ -1,4 +1,3 @@
import { router } from '@inertiajs/react';
import { CardTable } from '@/components/card-table';
import { DeleteConfirmDialog } from '@/components/delete-confirm-dialog';
import { FilterPopover } from '@/components/filter-popover';