diff --git a/packages/syntax-playground/src/ticker.js b/packages/syntax-playground/src/ticker.js index ff3b8de..71e4d53 100644 --- a/packages/syntax-playground/src/ticker.js +++ b/packages/syntax-playground/src/ticker.js @@ -16,8 +16,6 @@ // along with this program. If not, see . //--------------------------------------------------------------------------- -import { Dataspace } from "@syndicate-lang/core"; - const Timer = activate require("@syndicate-lang/driver-timer"); const TimeLaterThan = Timer.TimeLaterThan;