We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dc55c commit 0adb53eCopy full SHA for 0adb53e
pwa/src/styling/themeProvider/ThemeProvider.tsx
@@ -3,8 +3,8 @@ import * as styles from "./ThemeProvider.module.css";
3
import "./../../styling/design-tokens/component-overrides.css";
4
import { useForm } from "react-hook-form";
5
import { themes } from "../../data/themes";
6
+import "@utrecht/design-tokens/dist/index.css";
7
import FormField, { FormFieldInput, FormFieldLabel } from "@gemeente-denhaag/form-field";
-import { Heading2 } from "@gemeente-denhaag/components-react";
8
import { SelectSingle } from "@conduction/components";
9
import { Document } from "@utrecht/component-library-react/dist/css-module";
10
0 commit comments