Skip to content

Commit

Permalink
fix: do not declare each by default
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin committed Sep 5, 2024
1 parent c8311f1 commit 8926598
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/controlsv2/each.ts
Original file line number Diff line number Diff line change
@@ -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<unknown>;
Expand Down

0 comments on commit 8926598

Please sign in to comment.