From 915edc74b00bb884abb58ebb89036068be238e15 Mon Sep 17 00:00:00 2001 From: Courtney Myers Date: Wed, 11 Dec 2024 09:19:09 -0500 Subject: [PATCH] Update App component to import Formio stylesheet from new @formio/js package instead of old formiojs package --- app/client/src/components/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/components/app.tsx b/app/client/src/components/app.tsx index aa7619f2..41b9a1ab 100644 --- a/app/client/src/components/app.tsx +++ b/app/client/src/components/app.tsx @@ -15,7 +15,7 @@ import "bootstrap/dist/css/bootstrap-grid.min.css"; import "@formio/uswds/dist/uswds.min.css"; import "@formio/choices.js/public/assets/styles/choices.min.css"; import "@formio/premium/dist/premium.css"; -import "formiojs/dist/formio.full.min.css"; +import "@formio/js/dist/formio.full.min.css"; // --- import { serverBasePath, serverUrl, cloudSpace, messages } from "@/config"; import {