refactor: update imports in almoxarifado and configuracaoAlmoxarifado files to streamline API usage and enhance code organization
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user