Skip to content

Commit

Permalink
chore(rhc-templates): improved form imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Smit committed Aug 14, 2024
1 parent 6335250 commit 042dff6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/rhc-templates/src/pages/form/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client';

import { Logo } from '@rijkshuisstijl-community/components-react';
import { FormLabel, Heading } from '@utrecht/component-library-react';
import {
AccordionProvider,
BreadcrumbNav,
Expand All @@ -10,7 +11,6 @@ import {
Fieldset,
FieldsetLegend,
FormField,
Heading,
Link,
LinkList,
LinkListLink,
Expand All @@ -23,9 +23,8 @@ import {
Textbox,
UnorderedList,
UnorderedListItem,
} from '@utrecht/component-library-react';
} from '@utrecht/component-library-react/dist/css-module';
import { DateInput, FileInput } from '@amsterdam/design-system-react';
import { FormLabel } from '@utrecht/component-library-react/dist/css-module';

export default function Form() {
return (
Expand Down

0 comments on commit 042dff6

Please sign in to comment.