Add new update notification on main dashboard

This commit is contained in:
Aj - Thomas
2022-05-12 02:41:13 +02:00
parent 7493d83147
commit 0c7606793a
4 changed files with 48 additions and 5 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"printWidth": 100,
"tabWidth": 2,
"parser": "typescript",
"singleQuote": true,
"trailingComma": "es5",
"useTabs": false,
"endOfLine": "lf"
}