Create modules,providers, services for bd

This commit is contained in:
Errormacr
2023-11-17 21:32:11 +03:00
parent 795cd6468a
commit 256fa08fc4
26 changed files with 653 additions and 77 deletions

View File

@@ -1,8 +1,9 @@
{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"tabWidth": 4,
"printWidth": 150,
"bracketSpacing": true
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"tabWidth": 4,
"printWidth": 150,
"bracketSpacing": true,
"endOfLine": "auto"
}