Skip to content

Commit

Permalink
fix: spotlight
Browse files Browse the repository at this point in the history
fix: spotlight
  • Loading branch information
Ollie-nl committed Nov 20, 2024
1 parent 110e2e3 commit de876b1
Showing 1 changed file with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ import {
BreadcrumbNavLink,
BreadcrumbNavSeparator,
Button,
ButtonGroup,
ButtonLink,
FormFieldErrorMessage,
FormFieldTextarea,
FormFieldTextbox,
FormLabel,
Heading1,
Heading2,
Heading3,
Link,
LinkList,
LinkListLink,
Logo,
LogoImage,
Page,
Expand All @@ -21,14 +24,18 @@ import {
SpotlightSection,
Strong,
Surface,
Textbox,
UnorderedList,
UnorderedListItem,
} from '@utrecht/component-library-react/dist/css-module';
import { UtrechtIconArrow, UtrechtIconChevronLeft } from '@utrecht/web-component-library-react';
import React from 'react';
import {
UtrechtIconArrow,
UtrechtIconChevronLeft,
UtrechtIconCross,
UtrechtLogo,
} from '@utrecht/web-component-library-react';
import React, { useRef, useState } from 'react';
import '../prototype-src/index.css'; // Importeer stylesheet
import FooterKlachten from '../prototype-src/FooterKlachtenFormulier'; // Importeer het footer-componentnt
import FooterKlachten from '../prototype-src/FooterKlachtenFormulier'; // Importeer het footer-component
import urls from '../prototype-src/variables';

const meta = {
Expand Down

0 comments on commit de876b1

Please sign in to comment.