From a59574a8b3ef6406a3cea9093c7427be1122c88e Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Sat, 25 Jan 2025 14:38:58 -0500 Subject: [PATCH] clean an error --- .../TrueFalseQuestionDisplay/TrueFalseQuestionDisplay.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/QuestionsDisplay/TrueFalseQuestionDisplay/TrueFalseQuestionDisplay.tsx b/client/src/components/QuestionsDisplay/TrueFalseQuestionDisplay/TrueFalseQuestionDisplay.tsx index 218619f..2e6110c 100644 --- a/client/src/components/QuestionsDisplay/TrueFalseQuestionDisplay/TrueFalseQuestionDisplay.tsx +++ b/client/src/components/QuestionsDisplay/TrueFalseQuestionDisplay/TrueFalseQuestionDisplay.tsx @@ -3,7 +3,6 @@ import React, { useState, useEffect } from 'react'; import '../questionStyle.css'; import { Button } from '@mui/material'; import { TrueFalseQuestion } from 'gift-pegjs'; -import DOMPurify from 'dompurify'; import { FormatTextTemplate } from 'src/components/GiftTemplate/templates/TextTypeTemplate'; interface Props {