From 191a27fd142af7a14ca6ad1abcd293f09e63f6ad Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 13 Oct 2025 05:21:41 +0300 Subject: Move serializing stuff from bot/impl to a new file --- src/tg/type-macros.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tg') diff --git a/src/tg/type-macros.lisp b/src/tg/type-macros.lisp index 7380a6d..552c908 100644 --- a/src/tg/type-macros.lisp +++ b/src/tg/type-macros.lisp @@ -2,7 +2,7 @@ ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defpackage :ukkoclot/tg/type-macros (:use :c2cl :iterate) - (:import-from :ukkoclot/bot/impl :parse-value) + (:import-from :ukkoclot/serializing :parse-value) (:import-from :ukkoclot/hash-tables :gethash-lazy) (:import-from :ukkoclot/strings :lisp->snake-case) (:local-nicknames -- cgit v1.2.3