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:
parent
0040b57829
commit
6a1667404f
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue