refactor(plugin): ♻️ Add more exports to @versia/kit for database behaviour

This commit is contained in:
Jesse Wierzbinski 2024-09-30 14:34:43 +02:00
parent 23300ae93e
commit 3879763971
No known key found for this signature in database
10 changed files with 44 additions and 22 deletions

View file

@ -1,5 +0,0 @@
import { Note } from "./note";
import { OAuthManager } from "./oauth";
import { Timeline } from "./timeline";
export { Note, Timeline, OAuthManager };