This commit is contained in:
Dmitry Vasilev
2023-10-02 03:36:13 +03:00
parent 7847c9e879
commit 432c8c59a9
3 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
/*
Example of TODO HTML5 app built using preact library
*/
import {h, render} from 'https://unpkg.com/preact?module';
import {createApp, handler, connect} from './app.js'