diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2025-02-16 19:51:08 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2025-02-16 19:53:04 +0100 |
commit | dbd1660fc0f297d2b7b571af6038e53d6596161c (patch) | |
tree | 9966947e32fadfd457d6c227159b7ba3165a263b /play.ts | |
parent | e798a3c84d9c50e6723ab0fd7f22a9328a81199e (diff) | |
download | land-and-freedom-dbd1660fc0f297d2b7b571af6038e53d6596161c.tar.gz |
initial multiactive updates
Diffstat (limited to 'play.ts')
-rw-r--r-- | play.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |