[MVPTN-70] refactor(geral): implementando gerenciador de erro nos datas

This commit is contained in:
= 2025-09-25 09:14:16 -03:00
parent 04307a0aa4
commit d3757c8ce3
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
import { useResponse } from "@/app/_response/ResponseContext"
import { use, useState } from "react";
import { GTBBairroInterface } from "../../_interfaces/GTBBairroInterface";
import GTBBairroIndexService from "../../_services/g_tb_bairro/GTBBairroIndexService";
import { GTBBairroIndexService } from "../../_services/g_tb_bairro/GTBBairroIndexService";
export const useGTBBairroReadHook = () => {

View file

@ -1,6 +1,6 @@
import { useResponse } from "@/app/_response/ResponseContext"
import { GTBBairroInterface } from "../../_interfaces/GTBBairroInterface";
import GTBBairroRemoveService from "../../_services/g_tb_bairro/GTBBairroRemoveService";
import { GTBBairroRemoveService } from "../../_services/g_tb_bairro/GTBBairroRemoveService";
export const useGTBBairroRemoveHook = () => {

View file

@ -1,7 +1,7 @@
import { useResponse } from "@/app/_response/ResponseContext"
import { useState } from "react";
import { GTBBairroInterface } from "../../_interfaces/GTBBairroInterface";
import GTBBairroSaveService from "../../_services/g_tb_bairro/GTBBairroSaveService";
import { GTBBairroSaveService } from "../../_services/g_tb_bairro/GTBBairroSaveService";
export const useGTBBairroSaveHook = () => {