diff --git a/README.md b/README.md index a8c4e95..148ce5f 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ I did not find a solution to yet, that happes during test. - [x] add about page - [x] fix victory / gameover modal - [x] handle U, R and A keypresses +- [ ] polish the `App.svelte`, it is too large +- [ ] fix the problem of top row getting out of the screen ## License diff --git a/src/About.svelte b/src/Components/About.svelte similarity index 100% rename from src/About.svelte rename to src/Components/About.svelte diff --git a/src/App.svelte b/src/Components/App.svelte similarity index 96% rename from src/App.svelte rename to src/Components/App.svelte index daea5d2..d5b6dcf 100644 --- a/src/App.svelte +++ b/src/Components/App.svelte @@ -1,5 +1,5 @@