mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
|
|
import { defineComponent } from "convex/server";
|
||
|
|
|
||
|
|
const component = defineComponent("betterAuth");
|
||
|
|
|
||
|
|
export default component;
|