Skip to content

Commit

Permalink
fix(admin-ui): resolve sass warnings on local dev server #1301
Browse files Browse the repository at this point in the history
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Aug 28, 2023
1 parent b9c03b5 commit 63cbafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin-ui/app/components/Notifications/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import Button from '@mui/material/Button'
import ClickAwayListener from '@mui/base/ClickAwayListener'
import { ClickAwayListener } from '@mui/base/ClickAwayListener'
import Grow from '@mui/material/Grow'
import Paper from '@mui/material/Paper'
import Popper from '@mui/material/Popper'
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"recharts": "^2.5.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.3",
"sass": "^1.60.0",
"sass": "~1.64.2",
"text-mask-addons": "^3.8.0",
"tss-react": "^4.8.2",
"unzipper": "^0.10.11",
Expand Down

0 comments on commit 63cbafc

Please sign in to comment.