feat: unwrap usession namespace to flat exports + barrel (#22713)

This commit is contained in:
Kit Langton
2026-04-16 02:15:17 +00:00
committed by GitHub
parent 47577ae857
commit 18538e359b
3 changed files with 818 additions and 819 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { NotFoundError, eq, and } from "../storage/db"
import { SyncEvent } from "@/sync"
import { Session } from "./index"
import { Session } from "."
import { MessageV2 } from "./message-v2"
import { SessionTable, MessageTable, PartTable } from "./session.sql"
import { Log } from "../util/log"