Skip to content

Commit

Permalink
fix: imports for alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
mouracamila committed Apr 29, 2022
1 parent bcd268e commit f7d6ce0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Alert/Alert.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { Meta, Story } from '@storybook/react/types-6-0';

import React from 'react';
import { HiEye, HiInformationCircle } from 'react-icons/hi';

import { Alert, AlertProps } from '.';
import { HiInformationCircle, HiEye } from 'react-icons/hi';

export default {
title: 'Components/Alert',
Expand Down

0 comments on commit f7d6ce0

Please sign in to comment.