refactor: update imports in almoxarifado and configuracaoAlmoxarifado files to streamline API usage and enhance code organization

This commit is contained in:
2025-12-20 13:18:04 -03:00
parent 367cda7b95
commit d4c7488cab
3 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
import { v } from 'convex/values';
import type { Doc, Id } from './_generated/dataModel';
import type { MutationCtx, QueryCtx } from './_generated/server';
import { internal, internalMutation, internalAction, mutation, query } from './_generated/server';
import { internalMutation, internalAction, internalQuery, mutation, query } from './_generated/server';
import { internal } from './_generated/api';
import { getCurrentUserFunction } from './auth';
import {
alertaStatus,