Skip to content

Commit

Permalink
refactor: remove unnecessary React imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jv-farias committed Jul 23, 2024
1 parent 0abb360 commit 77742cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/stories/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import './button.css';

export interface ButtonProps {
Expand Down
2 changes: 0 additions & 2 deletions src/stories/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import { Button } from './Button';
import './header.css';

Expand Down

0 comments on commit 77742cb

Please sign in to comment.