diff --git a/components/TextInput/src/index.tsx b/components/TextInput/src/index.tsx index 38b0b9cb6..264f4d765 100644 --- a/components/TextInput/src/index.tsx +++ b/components/TextInput/src/index.tsx @@ -1,6 +1,5 @@ import React, { ForwardedRef, forwardRef } from 'react'; import { Textbox, TextboxProps } from '@utrecht/component-library-react'; -import { Textbox as PRATextbox } from '@persoonlijke-regelingen-assistent/components-react'; import './index.scss'; interface TextInputProps extends TextboxProps { @@ -23,5 +22,5 @@ const TextInput: React.ForwardRefExoticComponent