Skip to content

Commit

Permalink
Silence lint warning regarding missing plugins.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 19, 2021
1 parent 4e89211 commit c531991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/pages/plugin_store.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import IconButton from '@material-ui/core/IconButton'
import CloseIcon from '@material-ui/icons/Close'

import { DialogContent } from '@material-ui/core'

// eslint-disable-next-line import/no-unresolved
import { plugins } from '../../plugins.json'

const useStyles = makeStyles(theme => ({
Expand Down

0 comments on commit c531991

Please sign in to comment.