txtodo.app

[DORMANT] the official website of txtodo
git clone git://git.figbert.com/txtodo.app.git
Log | Files | Refs | README | LICENSE

main.js (103B)


      1 import App from "./App.svelte";
      2 
      3 const app = new App({
      4 	target: document.body
      5 });
      6 
      7 export default app;