small clients ui tweaks

This commit is contained in:
miloschwartz
2025-04-20 16:49:48 -04:00
parent f960fb7d67
commit fa6fc9e80d
25 changed files with 215 additions and 377 deletions

View File

@@ -7,7 +7,7 @@ import {
Olm,
olms,
sites
} from "@server/db/schema";
} from "@server/db/schemas";
import { eq, inArray } from "drizzle-orm";
import { addPeer, deletePeer } from "../newt/peers";
import logger from "@server/logger";