chore: update table var to follow table name in db

This commit is contained in:
afiqzudinhadi 2025-07-06 21:31:46 +08:00
parent a6fc74e851
commit 52bfa28fcd
6 changed files with 18 additions and 14 deletions

View file

@ -1,2 +1,2 @@
export * from "./schema/users";
export * from "./schema/products";
export * from "./queries/users";
export * from "./queries/products";