diff --git a/src/view/screens/Storybook/Forms.tsx b/src/view/screens/Storybook/Forms.tsx index ee859a8275..944119f1d6 100644 --- a/src/view/screens/Storybook/Forms.tsx +++ b/src/view/screens/Storybook/Forms.tsx @@ -10,7 +10,6 @@ import * as TextField from '#/components/forms/TextField' import * as Toggle from '#/components/forms/Toggle' import * as ToggleButton from '#/components/forms/ToggleButton' import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe' -import {InternationalPhoneCodeSelect} from '#/components/InternationalPhoneCodeSelect' import * as Select from '#/components/Select' import {H1, H3} from '#/components/Typography' @@ -25,8 +24,6 @@ export function Forms() { const [value, setValue] = React.useState('') const [date, setDate] = React.useState('2001-01-01') - const [countryCode, setCountryCode] = React.useState('US') - const [phoneNumber, setPhoneNumber] = React.useState('') const [lang, setLang] = React.useState('en') const inputRef = React.useRef(null) @@ -55,24 +52,6 @@ export function Forms() { /> - - - setCountryCode(value)} - /> - - - - - - -

InputText