Skip to content

Commit

Permalink
feat: maintenance component, activated prettier, added mui icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Jul 22, 2024
1 parent cf9521f commit 0c06d52
Show file tree
Hide file tree
Showing 6 changed files with 1,065 additions and 51 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
**
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"endOfLine": "lf"
}

Loading

0 comments on commit 0c06d52

Please sign in to comment.