This commit is contained in:
Sebastian Frank 2020-11-11 16:58:54 +01:00
parent 4466f001a7
commit 436c0babce
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3
2 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,7 @@
## start developing
- in `src/` your .ts files
- in `types/`your type definitions
- in `src/components/` your Svelte components
- in `public/` your index.html and static assets (relative to / on webserver)
- in `src/` your .ts files
- in `types/`your type definitions
- in `src/components/` your Svelte components
- in `public/` your index.html and static assets (relative to / on webserver)

View File

@ -6,7 +6,6 @@
{welcome}
<style>
h1 {
color: darkred;