Skip to content

Commit

Permalink
remove unused button component
Browse files Browse the repository at this point in the history
  • Loading branch information
Fa-So committed Nov 1, 2016
1 parent 67bc32a commit 5ab0a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/stepper/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import assert from 'assert'
import React from 'react'
import {mount} from 'enzyme'
import {Broadcast} from 'react-broadcast'
import {Button} from '../../..'
import {Stepper, StepperStepFooter} from '../'
// import {Button} from '../../..'

describe('Stepper', () => {
it('should work', () => {
Expand Down

0 comments on commit 5ab0a88

Please sign in to comment.