Skip to content

Commit

Permalink
chore: update utils
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 13, 2023
1 parent 0eae222 commit cf7b227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputBox/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useRef, useState } from 'react'
import PropTypes from 'prop-types'
import { updateRefHeight } from '../../utils/update-ref-height.mjs'
import { updateRefHeight } from '../../utils'

export function InputBox({ onSubmit, enabled }) {
const [value, setValue] = useState('')
Expand Down
2 changes: 2 additions & 0 deletions src/utils/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ export * from './init-session'
export * from './is-safari'
export * from './limited-fetch'
export * from './stream-async-iterable'
export * from './set-element-position-in-viewport'
export * from './update-ref-height'

0 comments on commit cf7b227

Please sign in to comment.