changed the name of the main module from AuthModule to AppModule

This commit is contained in:
yousef-alkhrissat
2024-07-31 01:44:51 +03:00
parent afd1da7c51
commit 578994b856
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"endOfLine": "auto"
}