Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Rebase done right
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Petrov committed Jan 24, 2017
1 parent a63c737 commit 00a6a34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export { default as Tags } from './Tags'
export { default as Breadcrumbs } from './Breadcrumbs'
export { default as Dash } from './Dash'
export { default as Carousel } from './Carousel'
export { default as FileTabs } from './FileTabs'
export { default as Label } from './Label'
export { default as LabelRating } from './LabelRating'
export { default as RangeSlider } from './RangeSlider'
Expand Down
2 changes: 1 addition & 1 deletion uiexplorer/examples/FileTabs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import register from '../core/utils/register'
import FileTabs from '../../src/FileTabs'
import { FileTabs } from '../../src'

register.addExample({
type: 'components',
Expand Down
1 change: 1 addition & 0 deletions uiexplorer/examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import './LabelRating'
import './Label'
import './RangeSlider'
import './FileTabs'

// Utils
import './ThemeConstants'

0 comments on commit 00a6a34

Please sign in to comment.