From 90ff1c49def5c13bdf696ea3d0b860f205db6082 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Fri, 14 Mar 2025 01:41:41 -0500 Subject: [PATCH] load signal file --- src/propeller/gp.cljc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/propeller/gp.cljc b/src/propeller/gp.cljc index 3e1e25d..67bc603 100644 --- a/src/propeller/gp.cljc +++ b/src/propeller/gp.cljc @@ -13,6 +13,7 @@ [propeller.push.instructions.polymorphic] [propeller.push.instructions.string] [propeller.push.instructions.vector] + [propeller.push.instructions.signal] [propeller.selection :as selection] [propeller.utils :as utils]))