Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Feb 28, 2020
1 parent d3334f1 commit 1e27b35
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/SettingsSheet.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import React, { memo } from 'react';
import { IoIosCloseCircleOutline } from 'react-icons/io';
import { FaClipboard } from 'react-icons/fa';
import { motion, AnimatePresence } from 'framer-motion';
import { Table } from 'evergreen-ui';

// eslint-disable-next-line import/no-extraneous-dependencies
const { clipboard } = require('electron');

const { toast } = require('./util');

const SettingsSheet = memo(({
visible, onTogglePress, renderSettings,
}) => (
Expand Down

0 comments on commit 1e27b35

Please sign in to comment.