web: Components: Fixed Header export

This commit is contained in:
Ilya Oleshko 2019-12-11 15:36:42 +03:00
parent b0023c3f14
commit ae8bcec5aa

View File

@ -21,7 +21,6 @@ export { default as FieldContainer } from './components/field-container'
export { default as FilterInput } from './components/filter-input'
export { default as GroupButton } from './components/group-button'
export { default as GroupButtonsMenu } from './components/group-buttons-menu'
export { default as Header } from './components/header'
export { default as Heading } from './components/heading'
export { default as HelpButton } from './components/help-button'
export { default as IconButton } from './components/icon-button'