mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
refactor(core): centraliza hooks, providers e base compartilhada
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { revalidatePath, revalidateTag } from "next/cache";
|
||||
import { z } from "zod";
|
||||
import type { ActionResult } from "./types";
|
||||
import { errorResult } from "./types";
|
||||
import type { ActionResult } from "@/lib/types/actions";
|
||||
import { errorResult } from "@/lib/types/actions";
|
||||
|
||||
/**
|
||||
* Handles errors in server actions consistently
|
||||
|
||||
Reference in New Issue
Block a user