Skip to content

Commit

Permalink
Merge pull request #139 from unicef/fix/searchbox-code
Browse files Browse the repository at this point in the history
Fix import in USearchBox
  • Loading branch information
vinuganesan authored Dec 19, 2023
2 parents a55b408 + a701aaf commit d8dbf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/USearchBox/USearchBox.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react'
import React, { useState, useEffect } from 'react'
import PropTypes from 'prop-types'
import {
IconButton,
Expand Down

0 comments on commit d8dbf0d

Please sign in to comment.