test
This commit is contained in:
9
convex/wrapper.ts
Normal file
9
convex/wrapper.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// import { query } from "./_generated/server";
|
||||
// import { components } from "./_generated/api";
|
||||
|
||||
// export const getTest2 = query({
|
||||
// args: {},
|
||||
// handler: async (ctx) => {
|
||||
// return await ctx.runQuery(components.component.test2.get);
|
||||
// },
|
||||
// });
|
||||
Reference in New Issue
Block a user