Skip to content

Commit

Permalink
Fix: removed one line file
Browse files Browse the repository at this point in the history
  • Loading branch information
sonhanguyen committed Dec 13, 2016
1 parent 668591c commit 330482a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/adslotUi/ButtonComponent.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/adslotUi/SpinnerButtonComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { PropTypes } from 'react';
import { Spinner } from 'alexandria-adslot';
import _ from 'lodash';
import 'styles/adslotUi/SpinnerButton.scss';
import Button from './ButtonComponent';
import Button from 'react-bootstrap/lib/Button';

const SpinnerButton = (props) => {
const {
Expand Down
2 changes: 1 addition & 1 deletion src/components/distributionEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Tab from 'react-bootstrap/lib/Tab';
import Tabs from 'react-bootstrap/lib/Tabs';
import Toggle from 'react-toggle';
import SpinnerButton from 'components/adslotUi/SpinnerButtonComponent';
import Button from 'components/adslotUi/ButtonComponent';
import Button from 'react-bootstrap/lib/Button';
import TreePickerGrid from 'components/adslotUi/TreePickerGridComponent';
import TreePickerNav from 'components/adslotUi/TreePickerNavComponent';
import TreePickerNode from 'components/adslotUi/TreePickerNodeComponent';
Expand Down

0 comments on commit 330482a

Please sign in to comment.