5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
import { defineComponent } from 'convex/server';
|
|
|
|
const component = defineComponent('betterAuth');
|
|
|
|
export default component;
|