feat: Add 'atas' (minutes/records) management feature, and implement various improvements across UI, backend logic, and authentication.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { internalAction, internalMutation, mutation, query } from './_generated/server';
|
||||
import { internal, api } from './_generated/api';
|
||||
import { v } from 'convex/values';
|
||||
import { api, internal } from './_generated/api';
|
||||
// import { hashPassword } from './auth/utils';
|
||||
import { Id } from './_generated/dataModel';
|
||||
import type { Id } from './_generated/dataModel';
|
||||
import { internalAction, internalMutation, mutation, query } from './_generated/server';
|
||||
import { createAuthUser } from './auth';
|
||||
|
||||
// Dados exportados do Convex Cloud
|
||||
|
||||
Reference in New Issue
Block a user