// material-ui import { Box, FormControl, InputAdornment, OutlinedInput } from '@mui/material'; // assets import { SearchOutlined } from '@ant-design/icons'; // ==============================|| HEADER CONTENT - SEARCH ||============================== // const Search = () => ( } aria-describedby="header-search-text" inputProps={{ 'aria-label': 'weight' }} placeholder="Ctrl + K" /> ); export default Search;