Skip to content

Commit a73d3fb

Browse files
committed
Removing default button
1 parent 8016f62 commit a73d3fb

File tree

4 files changed

+1
-120
lines changed

4 files changed

+1
-120
lines changed

src/stories/Button.jsx

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/stories/Button.stories.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/stories/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
import PropTypes from 'prop-types';
44

5-
import { Button } from './Button';
5+
import Button from './../components/Button/Button';
66
import './header.css';
77

88
export const Header = ({ user, onLogin, onLogout, onCreateAccount }) => (

src/stories/button.css

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)