Updated build steps & fixed one last bug

This commit is contained in:
Alois 2026-04-13 17:40:25 +02:00
commit 2c2212b523
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
import type { BoundSendFn } from "@tensamin/ttp/core";
import type { BoundSendFn } from "@tensamin/ttp";
import type { TTP } from "@tensamin/shared/data";
import type { RawMessages } from "../values";