feat: Add 'atas' (minutes/records) management feature, and implement various improvements across UI, backend logic, and authentication.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { v } from 'convex/values';
|
||||
import { mutation, internalMutation, internalQuery } from './_generated/server';
|
||||
import { internal, api } from './_generated/api';
|
||||
import { api, internal } from './_generated/api';
|
||||
import { internalMutation, internalQuery, mutation } from './_generated/server';
|
||||
import { getCurrentUserFunction } from './auth';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user