add proper input demo page

This commit is contained in:
Juergen Kunz
2025-06-26 14:46:37 +00:00
parent 02f25aa02e
commit b41e9f31e7
4 changed files with 601 additions and 1 deletions

2
ts_web/pages/index.ts Normal file
View File

@ -0,0 +1,2 @@
export * from './mainpage.js';
export * from './input-showcase.js';