From 892659827f9efe49e9c7ceb20d671ab81500e401 Mon Sep 17 00:00:00 2001 From: npenin Date: Thu, 5 Sep 2024 20:42:17 +0200 Subject: [PATCH] fix: do not declare each by default --- packages/client/src/controlsv2/each.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/client/src/controlsv2/each.ts b/packages/client/src/controlsv2/each.ts index 273667382d..67b51c32ad 100644 --- a/packages/client/src/controlsv2/each.ts +++ b/packages/client/src/controlsv2/each.ts @@ -1,10 +1,8 @@ import { Binding, ObservableArray, Subscription } from "@akala/core"; -import { webComponent } from "../behaviors/shared.js"; import { Control } from "./shared.js"; import { Template } from "../template.js"; import { DataContext } from "../common.js"; -@webComponent('kl-each') export class Each extends Control { each: Binding;