Skip to content

Commit

Permalink
Remove now unused KUI component
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jan 28, 2019
1 parent 6e3a34f commit c98ef9f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 67 deletions.
1 change: 0 additions & 1 deletion packages/kbn-ui-framework/src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export {
export {
KuiLocalNav,
KuiLocalNavRow,
KuiLocalNavRowSection,
KuiLocalTab,
KuiLocalTabs,
KuiLocalTitle,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

export { KuiLocalNav } from './local_nav';
export { KuiLocalNavRow } from './local_nav_row';
export { KuiLocalNavRowSection } from './local_nav_row_section';
export { KuiLocalTab } from './local_tab';
export { KuiLocalTabs } from './local_tabs';
export { KuiLocalTitle } from './local_title';

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions src/ui/public/timepicker/_index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import './kbn_global_timepicker';

0 comments on commit c98ef9f

Please sign in to comment.