Skip to content

Commit 0adb53e

Browse files
committed
Import designtokens in themeprovider
1 parent e0dc55c commit 0adb53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/src/styling/themeProvider/ThemeProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import * as styles from "./ThemeProvider.module.css";
33
import "./../../styling/design-tokens/component-overrides.css";
44
import { useForm } from "react-hook-form";
55
import { themes } from "../../data/themes";
6+
import "@utrecht/design-tokens/dist/index.css";
67
import FormField, { FormFieldInput, FormFieldLabel } from "@gemeente-denhaag/form-field";
7-
import { Heading2 } from "@gemeente-denhaag/components-react";
88
import { SelectSingle } from "@conduction/components";
99
import { Document } from "@utrecht/component-library-react/dist/css-module";
1010

0 commit comments

Comments
 (0)