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,5 +1,6 @@
import { v } from 'convex/values';
import { internal, internalQuery, mutation, query } from './_generated/server';
import { internalQuery, mutation, query } from './_generated/server';
import { internal } from './_generated/api';
import { getCurrentUserFunction } from './auth';
export const obterConfiguracao = query({