Skip to content

Commit

Permalink
broken circ
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Jan 24, 2018
1 parent e395c5e commit 323c348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import { ContextMenuExample }
from './views/context_menu/context_menu_example';

import { DateTimeExample }
from '../../views/date_time/date_time_example';
from './views/date_time/date_time_example';

import { DescriptionListExample }
from './views/description_list/description_list_example';
Expand Down
2 changes: 2 additions & 0 deletions src/components/form/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export {
EuiCheckbox,
EuiCheckboxGroup,
} from './checkbox';

export {
EuiDateTime,
EuiCalendar,
Expand All @@ -10,6 +11,7 @@ export {
EuiCalendarMonthYearSelector,
EuiTimeSelector,
} from './date_time';

export { EuiFieldNumber } from './field_number';
export { EuiFieldPassword } from './field_password';
export { EuiFieldSearch } from './field_search';
Expand Down

0 comments on commit 323c348

Please sign in to comment.