frontend: fix linted errors

This commit is contained in:
Kentai Radiquum 2024-04-23 18:52:41 +05:00
parent 9e75a0783c
commit 58ed4007df
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 46 additions and 14 deletions

View file

@ -12,13 +12,13 @@
"dependencies": {
"beercss": "^3.5.1",
"material-dynamic-colors": "^1.1.0",
"next": "14.2.2",
"react": "^18",
"react-dom": "^18",
"zustand": "^4.5.2"
},
"devDependencies": {
"eslint-config-next": "14.2.2",
"next": "^14.2.2",
"postcss": "^8"
}
}