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