added schema to index

This commit is contained in:
Jun-te Kim 2026-01-18 19:23:08 +00:00
parent 8bae792d16
commit 4059150ca2

View file

@ -1,3 +1,5 @@
// lib/schema/index.ts
export * from "./users";
export * from "./loginTokens";
export * from "./stripeAccounts";
export * from "./xeroConnections";