2025-11-08 18:03:32 +00:00
|
|
|
import { defineComponent } from "convex/server"
|
2025-10-05 23:25:20 +00:00
|
|
|
|
2025-11-08 18:03:32 +00:00
|
|
|
const component = defineComponent("betterAuth")
|
2025-10-05 23:25:20 +00:00
|
|
|
|
2025-11-08 18:03:32 +00:00
|
|
|
export default component
|