From dbd1660fc0f297d2b7b571af6038e53d6596161c Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Sun, 16 Feb 2025 19:51:08 +0100 Subject: initial multiactive updates --- play.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.ts') diff --git a/play.ts b/play.ts index 0e1eea6..5080b37 100644 --- a/play.ts +++ b/play.ts @@ -1,6 +1,6 @@ 'use strict'; -import { CardId, StaticData, View } from './types'; +import { StaticData, View } from './types'; declare function action_button(action: string, text: string): void; // declare function register_action(element: HTMLElement, type: string, s: number): void; -- cgit v1.2.3