move schemas to folder

This commit is contained in:
miloschwartz
2025-10-13 14:12:53 -07:00
parent b6b9c71c5e
commit 9af206b69a
10 changed files with 9 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
export * from "./driver";
export * from "./schema";
export * from "./privateSchema";
export * from "./schema/schema";
export * from "./schema/privateSchema";