diff --git a/src/components/Input/index.tsx b/src/components/Input/index.tsx index ace523f6..a822def8 100644 --- a/src/components/Input/index.tsx +++ b/src/components/Input/index.tsx @@ -1,3 +1,4 @@ +import { omit } from 'lodash'; import { rgba } from 'polished'; import React, { forwardRef, useState } from 'react'; import styled, { css } from 'styled-components'; @@ -215,7 +216,7 @@ const ReqoreInput = forwardRef( )}