search aldeias sucos master
This commit is contained in:
@ -3,6 +3,7 @@ import { ManageSucosContextProvider } from './hooks/ManageSucosContext';
|
||||
import AddDialog from './blocks/AddDialog';
|
||||
import EditDialog from './blocks/EditDialog';
|
||||
import DeleteDialog from './blocks/DeleteDialog';
|
||||
import SearchDialog from './blocks/SearchDialog';
|
||||
|
||||
const SucosMaster = () => {
|
||||
return (
|
||||
@ -15,6 +16,7 @@ const SucosMaster = () => {
|
||||
<AddDialog />
|
||||
<EditDialog />
|
||||
<DeleteDialog />
|
||||
<SearchDialog />
|
||||
</Container>
|
||||
</ManageSucosContextProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user