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