This commit is contained in:
2024-02-21 11:36:51 +01:00
parent 4b95dc0ec6
commit d802fa71c5
6 changed files with 595 additions and 534 deletions
+5
View File
@@ -0,0 +1,5 @@
import {RenderTextBoxFunc} from "./helpers";
export function renderSecondPage(addTextField: RenderTextBoxFunc): void {
}