cleanup: fix eslint errors

This commit is contained in:
Jordan Knott
2020-04-10 15:31:12 -05:00
parent dc4792f7c2
commit 6b41461a6a
25 changed files with 109 additions and 106 deletions

View File

@ -1,7 +1,6 @@
import React, { useState } from 'react';
import React from 'react';
import styled from 'styled-components';
import { action } from '@storybook/addon-actions';
import ProjectGridItem from './';
import ProjectGridItem from '.';
export default {
component: ProjectGridItem,