Fix linter warnings

This commit is contained in:
Gabe Kangas
2022-06-29 14:12:31 -07:00
parent 3c43db4d86
commit 32e900f1d0
5 changed files with 4 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
import { ComponentStory, ComponentMeta } from '@storybook/react';
import Modal from '../components/ui/Modal/Modal';