Skip to content

Commit

Permalink
fix: remove pra textbox test
Browse files Browse the repository at this point in the history
  • Loading branch information
YourivHDenHaag committed Oct 23, 2024
1 parent c9e7ab6 commit 6ae31c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/TextInput/src/index.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -23,5 +22,5 @@ const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttri

TextInput.displayName = 'Textbox';

export { TextInput, TextInputProps, PRATextbox };
export { TextInput, TextInputProps };
export default TextInput;

0 comments on commit 6ae31c9

Please sign in to comment.