Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhaeger committed Dec 2, 2024
1 parent d2d27ff commit 388c26f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app-components/TextArea/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import React from 'react';
import { Textarea } from '@digdir/designsystemet-react';
import type { CharacterLimitProps } from '@digdir/designsystemet-react/dist/types/components/form/CharacterCounter';

//import { Label } from 'your-component-library/Label'; // Adjust the import path accordingly

export interface TextAreaWithLabelProps {
id: string;
value: string;
Expand Down

0 comments on commit 388c26f

Please sign in to comment.