Skip to content

Commit

Permalink
chore: reexport inputTypes from sub-directy index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Sep 23, 2024
1 parent 7903179 commit 203d73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions components/input/src/input-field/input-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import PropTypes from 'prop-types'
import React from 'react'
import { Input } from '../input/input.js'
import { inputTypes } from '../input/inputTypes.js'
import { Input, inputTypes } from '../input/index.js'

class InputField extends React.Component {
render() {
Expand Down
1 change: 1 addition & 0 deletions components/input/src/input/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { Input } from './input.js'
export { inputTypes } from './inputTypes.js'

0 comments on commit 203d73f

Please sign in to comment.