change folder name

This commit is contained in:
Nate Kelley 2025-07-15 16:08:01 -06:00
parent 0fa77aa5c9
commit 74993ca556
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
19 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export * from './schema';
export * from './relations'; export * from './relations';
// Export database helpers // Export database helpers
export * from './helpers'; export * from './queries';
// Export vault functions // Export vault functions
export * from './vault'; export * from './vault';