[MVPTN-80] fix(Deploy): Ajustes para build

This commit is contained in:
Keven Willian Pereira de Souza 2025-09-25 11:57:00 -03:00
parent 127a8c235a
commit 8f8050ff09
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import { useResponse } from "@/app/_response/ResponseContext"
import { useState } from "react";
import GTBRegimeComunhaoInterface from "../../_interfaces/GTBRegimeComunhaoInterface";
import GTBRegimeComunhaoIndexService from "../../_services/g_tb_regimecomunhao/GTBRegimeComunhaoIndexService";
import { GTBRegimeComunhaoIndexService } from "../../_services/g_tb_regimecomunhao/GTBRegimeComunhaoIndexService";
export const useGTBRegimeComunhaoReadHook = () => {

View file

@ -1,6 +1,6 @@
import { useResponse } from "@/app/_response/ResponseContext"
import GTBRegimeComunhaoInterface from "../../_interfaces/GTBRegimeComunhaoInterface";
import GTBRegimeComunhaoRemoveService from "../../_services/g_tb_regimecomunhao/GTBRegimeComunhaoRemoveService";
import {GTBRegimeComunhaoRemoveService} from "../../_services/g_tb_regimecomunhao/GTBRegimeComunhaoRemoveService";
export const useGTBRegimeComunhaoRemoveHook = () => {

View file

@ -1,7 +1,7 @@
import { useState } from "react";
import { useResponse } from "@/app/_response/ResponseContext"
import GTBRegimeComunhaoInterface from "../../_interfaces/GTBRegimeComunhaoInterface";
import GTBRegimeComunhaoSaveService from "../../_services/g_tb_regimecomunhao/GTBRegimeComunhaoSaveService";
import { GTBRegimeComunhaoSaveService } from "../../_services/g_tb_regimecomunhao/GTBRegimeComunhaoSaveService";
export const useGTBRegimeComunhaoSaveHook = () => {