fix: add the userinput.tsx changes

These were missed in the previous commit. Adding them now.
This commit is contained in:
Sylvia Crowe 2024-02-08 13:07:37 -08:00
parent 75778963c5
commit 53de138832

View File

@ -1,7 +1,7 @@
import * as React from "react";
import { GlobalModel } from "../../../model/model";
import { Choose, When, If } from "tsx-control-statements";
import { Modal, PasswordField, Markdown } from "../common";
import { Modal, PasswordField, Markdown } from "../elements";
import { UserInputRequest } from "../../../types/types";
import "./userinput.less";