Skip to content

Commit

Permalink
refactor(client): make ESLint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed Apr 4, 2021
1 parent 3a17046 commit 26dc97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/components/H5PEditorExportDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';

import { useDispatch, useSelector } from 'react-redux';
import { useTranslation } from 'react-i18next';
// import { useTranslation } from 'react-i18next';

import Button from '@material-ui/core/Button';
import Dialog from '@material-ui/core/Dialog';
Expand Down

0 comments on commit 26dc97a

Please sign in to comment.