From e32cc3efe1c1ef5378cef422555e8c8289449938 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Sun, 1 Dec 2024 20:07:32 +0100 Subject: add card effects --- play.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'play.ts') diff --git a/play.ts b/play.ts index c0b144f..644ec89 100644 --- a/play.ts +++ b/play.ts @@ -1,10 +1,6 @@ 'use strict'; -import { - - StaticData, -} from './data'; -import { 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