added schema to index
This commit is contained in:
parent
8bae792d16
commit
4059150ca2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
// lib/schema/index.ts
|
// lib/schema/index.ts
|
||||||
export * from "./users";
|
export * from "./users";
|
||||||
export * from "./loginTokens";
|
export * from "./loginTokens";
|
||||||
|
export * from "./stripeAccounts";
|
||||||
|
export * from "./xeroConnections";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue