Created navbar

This commit is contained in:
2024-09-03 19:01:03 +02:00
parent a4d77952de
commit 1fde514aaf
9 changed files with 218 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"jsxSingleQuote": true,
"singleQuote": true,
"singleAttributePerLine": true,
"arrowParens": "avoid",
"arrowParens": "always",
"trailingComma": "es5",
"semi": true
}