This commit is contained in:
9376
package-lock.json
generated
9376
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@
|
||||
"copy-to-clipboard": "^3.0.8",
|
||||
"crypto-js": "^3.1.9-1",
|
||||
"faker": "^4.1.0",
|
||||
"firebase": "^4.11.0",
|
||||
"firebase": "^5.0.4",
|
||||
"immutable": "^3.8.2",
|
||||
"install": "^0.10.2",
|
||||
"inversify": "^4.6.0",
|
||||
|
||||
@@ -21,7 +21,7 @@ import { Manager, Target, Popper } from 'react-popper'
|
||||
import Grow from '@material-ui/core/Grow'
|
||||
import ClickAwayListener from '@material-ui/core/ClickAwayListener'
|
||||
import classNames from 'classnames'
|
||||
import IconButtonElement from 'layouts/IconButtonElement'
|
||||
import IconButtonElement from 'layouts/iconButtonElement'
|
||||
import Dialog from '@material-ui/core/Dialog'
|
||||
import DialogActions from '@material-ui/core/DialogActions'
|
||||
import DialogContent from '@material-ui/core/DialogContent'
|
||||
|
||||
@@ -49,7 +49,7 @@ import CommentGroup from 'components/commentGroup'
|
||||
import ShareDialog from 'components/shareDialog'
|
||||
import PostWrite from 'components/postWrite'
|
||||
import Img from 'components/img'
|
||||
import IconButtonElement from 'layouts/IconButtonElement'
|
||||
import IconButtonElement from 'layouts/iconButtonElement'
|
||||
import UserAvatar from 'components/userAvatar'
|
||||
|
||||
// - Import actions
|
||||
|
||||
Reference in New Issue
Block a user