moved app into app subdirectory

This commit is contained in:
2022-09-30 08:54:27 +02:00
parent 6c666b555f
commit b5eafd0a96
8 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"eslint.workingDirectories": [
"app"
]
}