fix: export worksheet schema tables from index

Add missing exports for worksheetAttempts and worksheetMastery
tables to fix import errors in API routes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-11-10 05:09:02 -06:00
parent 0040b57829
commit 6a1667404f
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ export * from "./room-game-configs";
export * from "./user-stats";
export * from "./users";
export * from "./worksheet-settings";
export * from "./worksheet-attempts";
export * from "./worksheet-mastery";