feat(react/dialogs): port bulk actions

This commit is contained in:
Elian Doran
2025-08-07 20:08:51 +03:00
parent 8d27a5aa39
commit f9eb0a20f7
6 changed files with 195 additions and 181 deletions

View File

@@ -0,0 +1,7 @@
interface BulkActionProps {
}
export default function BulkAction() {
}