From 0edc07a1c230c495b35ca7536a2825fb00130253 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 11 Oct 2022 08:36:55 -0500 Subject: [PATCH] Fixed missing import --- src/qqq/components/QDynamicForm/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qqq/components/QDynamicForm/index.tsx b/src/qqq/components/QDynamicForm/index.tsx index 312b7ff..3e922fb 100644 --- a/src/qqq/components/QDynamicForm/index.tsx +++ b/src/qqq/components/QDynamicForm/index.tsx @@ -19,6 +19,7 @@ * along with this program. If not, see . */ +import {CircularProgress, colors} from "@mui/material"; import Box from "@mui/material/Box"; import Button from "@mui/material/Button"; import Grid from "@mui/material/Grid";