This website requires JavaScript.
Explore
Help
Sign In
batracos
/
svelte-playground
Watch
1
Star
0
Fork
0
You've already forked svelte-playground
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
171559802f
svelte-playground
/
src
/
routes
/
apps
/
todo.svelte
6 lines
75 B
Svelte
Raw
Normal View
History
Unescape
Escape
Moved todo to a separate page
2021-08-03 09:43:02 +02:00
<
script
>
Prettyfied
2021-08-05 17:51:59 +02:00
import ToDo from '$lib/apps/todoApp.svelte';
Moved todo to a separate page
2021-08-03 09:43:02 +02:00
<
/
script
>
Prettyfied
2021-08-05 17:51:59 +02:00
<
ToDo
/
>
Reference in New Issue
Copy Permalink