| 1 | import { router, publicProcedure } from "../index" |
| 2 | import { getDatabase, projects, chats, subChats } from "../../db" |
| 3 | import { app, shell } from "electron" |
| 4 | import { getAuthManager } from "../../../index" |
nothing calls this directly
no test coverage detected